2 bool "PowerPC Reference Platform (PReP) based machines"
3 depends on 6xx && BROKEN
4 select HAVE_PCSPKR_PLATFORM
7 select PPC_INDIRECT_PCI
13 bool "Support for PReP Residual Data"
16 Some PReP systems have residual data passed to the kernel by the
17 firmware. This allows detection of memory size, devices present and
18 other useful pieces of information. Sometimes this information is
19 not present or incorrect, in which case it could lead to the machine
20 behaving incorrectly. If this happens, either disable PREP_RESIDUAL
21 or pass the 'noresidual' option to the kernel.
23 If you are running a PReP system, say Y here, otherwise say N.
25 config PROC_PREPRESIDUAL
26 bool "Support for reading of PReP Residual Data in /proc"
27 depends on PREP_RESIDUAL && PROC_FS
29 Enabling this option will create a /proc/residual file which allows
30 you to get at the residual data on PReP systems. You will need a tool
31 (lsresidual) to parse it. If you aren't on a PReP system, you don't