move some PPC symbols to the generic config
SVN-Revision: 17041
This commit is contained in:
parent
c461ddf9a6
commit
4ad125e0ed
2 changed files with 10 additions and 8 deletions
|
@ -1,3 +1,13 @@
|
|||
# CONFIG_REDWOOD is not set
|
||||
# CONFIG_SIMPLE_GPIO is not set
|
||||
# CONFIG_PPC_16K_PAGES is not set
|
||||
# CONFIG_PPC_256K_PAGES is not set
|
||||
CONFIG_PPC_4K_PAGES=y
|
||||
# CONFIG_PPC_64K_PAGES is not set
|
||||
# CONFIG_PCIEASPM is not set
|
||||
# CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set
|
||||
# CONFIG_HVC_UDBG is not set
|
||||
CONFIG_STDBINUTILS=y
|
||||
# CONFIG_6PACK is not set
|
||||
# CONFIG_8139CP is not set
|
||||
# CONFIG_8139TOO is not set
|
||||
|
|
|
@ -85,7 +85,6 @@ CONFIG_HAVE_MLOCK=y
|
|||
CONFIG_HAVE_OPROFILE=y
|
||||
# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
|
||||
# CONFIG_HCU4 is not set
|
||||
# CONFIG_HVC_UDBG is not set
|
||||
CONFIG_HW_RANDOM=y
|
||||
CONFIG_HZ=250
|
||||
# CONFIG_HZ_100 is not set
|
||||
|
@ -133,7 +132,6 @@ CONFIG_PAGEFLAGS_EXTENDED=y
|
|||
CONFIG_PAGE_OFFSET=0xc0000000
|
||||
CONFIG_PCI=y
|
||||
CONFIG_PCIEAER=y
|
||||
# CONFIG_PCIEASPM is not set
|
||||
CONFIG_PCIEPORTBUS=y
|
||||
CONFIG_PCI_DISABLE_COMMON_QUIRKS=y
|
||||
CONFIG_PCI_DOMAINS=y
|
||||
|
@ -145,10 +143,6 @@ CONFIG_PPC32=y
|
|||
CONFIG_PPC40x_SIMPLE=y
|
||||
CONFIG_PPC4xx_PCI_EXPRESS=y
|
||||
# CONFIG_PPC64 is not set
|
||||
# CONFIG_PPC_16K_PAGES is not set
|
||||
# CONFIG_PPC_256K_PAGES is not set
|
||||
CONFIG_PPC_4K_PAGES=y
|
||||
# CONFIG_PPC_64K_PAGES is not set
|
||||
# CONFIG_PPC_85xx is not set
|
||||
# CONFIG_PPC_8xx is not set
|
||||
# CONFIG_PPC_970_NAP is not set
|
||||
|
@ -183,8 +177,6 @@ CONFIG_SERIAL_8250_EXTENDED=y
|
|||
# CONFIG_SERIAL_8250_RSA is not set
|
||||
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
||||
CONFIG_SERIAL_OF_PLATFORM=y
|
||||
# CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set
|
||||
# CONFIG_SIMPLE_GPIO is not set
|
||||
# CONFIG_SLAB is not set
|
||||
# CONFIG_SLOW_WORK is not set
|
||||
CONFIG_SLUB=y
|
||||
|
|
Loading…
Reference in a new issue