diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-08-19 17:25:15 +0200 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-08-28 15:07:19 +0200 |
commit | 775d5a110b8a0bc9a0ccf3b831a8991b6c1d84dd (patch) | |
tree | 76c7f91cc767bc7da68455f5939e9856ac5348dc /arch/powerpc/platforms/44x/Kconfig | |
parent | powerpc/44x: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix (diff) | |
download | linux-775d5a110b8a0bc9a0ccf3b831a8991b6c1d84dd.tar.xz linux-775d5a110b8a0bc9a0ccf3b831a8991b6c1d84dd.zip |
powerpc/44x: Add PowerPC 44x simple platform support
This adds a common board file for almost all of the "simple" PowerPC 44x
boards that exist today. This is intended to be a single place to add
support for boards that do not differ in platform support from most of the
evaluation boards that are used as reference platforms. Boards that have
specific requirements or custom hardware setup should still have their own
board.c file.
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/44x/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 249ba01c6674..97c634c8f9da 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig @@ -127,6 +127,13 @@ config XILINX_VIRTEX440_GENERIC_BOARD Most Virtex 5 designs should use this unless it needs to do some special configuration at board probe time. +config PPC44x_SIMPLE + bool "Simple PowerPC 44x board support" + depends on 44x + default n + help + This option enables the simple PowerPC 44x platform support. + # 44x specific CPU modules, selected based on the board above. config 440EP bool |