Kconfig (d75f054a2cf0614ff63d534ff21ca8eaab41e713) | Kconfig (f67d3c83f3f1e6523325628434bf19e5166b39b3) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/PA-RISC Kernel Configuration" 7 8config PARISC 9 def_bool y 10 select HAVE_IDE 11 select HAVE_OPROFILE 12 select HAVE_FUNCTION_TRACER if 64BIT 13 select HAVE_FUNCTION_GRAPH_TRACER if 64BIT 14 select HAVE_FUNCTION_TRACE_MCOUNT_TEST if 64BIT 15 select RTC_CLASS 16 select RTC_DRV_PARISC 17 select INIT_ALL_POSSIBLE | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/PA-RISC Kernel Configuration" 7 8config PARISC 9 def_bool y 10 select HAVE_IDE 11 select HAVE_OPROFILE 12 select HAVE_FUNCTION_TRACER if 64BIT 13 select HAVE_FUNCTION_GRAPH_TRACER if 64BIT 14 select HAVE_FUNCTION_TRACE_MCOUNT_TEST if 64BIT 15 select RTC_CLASS 16 select RTC_DRV_PARISC 17 select INIT_ALL_POSSIBLE |
18 select BUG |
|
18 help 19 The PA-RISC microprocessor is designed by Hewlett-Packard and used 20 in many of their workstations & servers (HP9000 700 and 800 series, 21 and later HP3000 series). The PA-RISC Linux project home page is 22 at <http://www.parisc-linux.org/>. 23 24config MMU 25 def_bool y --- 272 unchanged lines hidden --- | 19 help 20 The PA-RISC microprocessor is designed by Hewlett-Packard and used 21 in many of their workstations & servers (HP9000 700 and 800 series, 22 and later HP3000 series). The PA-RISC Linux project home page is 23 at <http://www.parisc-linux.org/>. 24 25config MMU 26 def_bool y --- 272 unchanged lines hidden --- |