Kconfig (4c9d2800be5dfabf26acdeb401cbabe9edc1dcf2) Kconfig (4cb3cee03d558fd457cb58f56c80a2a09a66110c)
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5mainmenu "Linux/PowerPC Kernel Configuration"
6
7config PPC64
8 bool "64-bit kernel"

--- 380 unchanged lines hidden (view full) ---

389 select PPC_RTAS
390 select RTAS_ERROR_LOGGING
391 select PPC_UDBG_16550
392 default y
393
394config PPC_ISERIES
395 bool "IBM Legacy iSeries"
396 depends on PPC_MULTIPLATFORM && PPC64
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5mainmenu "Linux/PowerPC Kernel Configuration"
6
7config PPC64
8 bool "64-bit kernel"

--- 380 unchanged lines hidden (view full) ---

389 select PPC_RTAS
390 select RTAS_ERROR_LOGGING
391 select PPC_UDBG_16550
392 default y
393
394config PPC_ISERIES
395 bool "IBM Legacy iSeries"
396 depends on PPC_MULTIPLATFORM && PPC64
397 select PPC_INDIRECT_IO
397
398config PPC_CHRP
399 bool "Common Hardware Reference Platform (CHRP) based machines"
400 depends on PPC_MULTIPLATFORM && PPC32
401 select MPIC
402 select PPC_I8259
403 select PPC_INDIRECT_PCI
404 select PPC_RTAS

--- 138 unchanged lines hidden (view full) ---

543config PPC_MPC106
544 bool
545 default n
546
547config PPC_970_NAP
548 bool
549 default n
550
398
399config PPC_CHRP
400 bool "Common Hardware Reference Platform (CHRP) based machines"
401 depends on PPC_MULTIPLATFORM && PPC32
402 select MPIC
403 select PPC_I8259
404 select PPC_INDIRECT_PCI
405 select PPC_RTAS

--- 138 unchanged lines hidden (view full) ---

544config PPC_MPC106
545 bool
546 default n
547
548config PPC_970_NAP
549 bool
550 default n
551
552config PPC_INDIRECT_IO
553 bool
554 select GENERIC_IOMAP
555 default n
556
557config GENERIC_IOMAP
558 bool
559 default n
560
551source "drivers/cpufreq/Kconfig"
552
553config CPU_FREQ_PMAC
554 bool "Support for Apple PowerBooks"
555 depends on CPU_FREQ && ADB_PMU && PPC32
556 select CPU_FREQ_TABLE
557 help
558 This adds support for frequency switching on Apple PowerBooks,

--- 579 unchanged lines hidden ---
561source "drivers/cpufreq/Kconfig"
562
563config CPU_FREQ_PMAC
564 bool "Support for Apple PowerBooks"
565 depends on CPU_FREQ && ADB_PMU && PPC32
566 select CPU_FREQ_TABLE
567 help
568 This adds support for frequency switching on Apple PowerBooks,

--- 579 unchanged lines hidden ---