Oliver Hartkopp wrote:
> Wolfram Sang wrote:
>> - move Kconfig entries to the subdirectory
>> - do remaining renames of mpc52xx to mpc5xxx
> 
> (..)
> 
>> +++ b/drivers/net/can/mscan/Kconfig
>> @@ -0,0 +1,23 @@
>> +config CAN_MSCAN
>> +    depends on CAN_DEV && (PPC || M68K || M68KNOMMU)
>> +    tristate "Support for Freescale MSCAN based chips"
>> +    ---help---
>> +      The Motorola Scalable Controller Area Network (MSCAN) definition
>> +      is based on the MSCAN12 definition which is the specific
>> +      implementation of the Motorola Scalable CAN concept targeted for
>> +      the Motorola MC68HC12 Microcontroller Family.
>> +
>> +if CAN_MSCAN
>> +
>> +config CAN_MPC5XXX
>> +    tristate "Freescale MPC5xxx onboard CAN controller"
>> +    depends on PPC_MPC52xx
> 
> 
> Hi Wolfram!
> 
> Is the last line correct or should it also be
> 
>  +    depends on PPC_MPC5xxx

There is no CONFIG_PPC_MPC5xxx kernel configuration option.
CONFIG_PPC_MPC52xx is selected for MPC52xx based boards. See:

http://lxr.linux.no/#linux+v2.6.31/arch/powerpc/platforms/52xx/Kconfig

When we add support for MPC512x based boards sometime later, we will add
"|| PPC_MPC512x" to the depends.

Wolfgang.
_______________________________________________
Socketcan-core mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/socketcan-core

Reply via email to