9
0
Fork 0
barebox/arch/ppc/Kconfig

28 lines
479 B
Plaintext
Raw Normal View History

2007-07-12 07:27:06 +00:00
config PPC
bool
select HAVE_CONFIGURABLE_TEXT_BASE
2007-10-01 07:49:22 +00:00
select HAS_KALLSYMS
2007-10-04 10:33:03 +00:00
select HAS_MODULES
select OFTREE
2007-07-12 07:27:06 +00:00
default y
choice
prompt "Processor type"
config ARCH_MPC5XXX
bool "Freescale MPC5xxx"
config ARCH_MPC85XX
bool "Freescale MPC85xx"
endchoice
source arch/ppc/mach-mpc5xxx/Kconfig
source arch/ppc/mach-mpc85xx/Kconfig
source common/Kconfig
2007-07-05 16:02:13 +00:00
source commands/Kconfig
source net/Kconfig
source drivers/Kconfig
2007-07-05 16:01:56 +00:00
source fs/Kconfig
2007-07-05 16:02:13 +00:00
source lib/Kconfig
source crypto/Kconfig