Kconfig (498495dba268b20e8eadd7fe93c140c68b6cc9d2) | Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config PPC_MPC52xx 3 bool "52xx-based boards" 4 depends on 6xx 5 select COMMON_CLK | 1# SPDX-License-Identifier: GPL-2.0 2config PPC_MPC52xx 3 bool "52xx-based boards" 4 depends on 6xx 5 select COMMON_CLK |
6 select PPC_PCI_CHOICE | 6 select HAVE_PCI |
7 8config PPC_MPC5200_SIMPLE 9 bool "Generic support for simple MPC5200 based boards" 10 depends on PPC_MPC52xx 11 select DEFAULT_UIMAGE 12 help 13 This option enables support for a simple MPC52xx based boards which 14 do not need a custom platform specific setup. Such boards are --- 47 unchanged lines hidden --- | 7 8config PPC_MPC5200_SIMPLE 9 bool "Generic support for simple MPC5200 based boards" 10 depends on PPC_MPC52xx 11 select DEFAULT_UIMAGE 12 help 13 This option enables support for a simple MPC52xx based boards which 14 do not need a custom platform specific setup. Such boards are --- 47 unchanged lines hidden --- |