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 ?? You changed many code from 52xx to 5xxx ... Regards, Oliver _______________________________________________ Socketcan-core mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-core
