Changes in defaults/ppc32/Makefile.config [d42a0bd:a27d1c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/ppc32/Makefile.config
rd42a0bd ra27d1c5 3 3 4 4 # Ramdisk format 5 RDFMT = ext4fs5 RDFMT = fat 6 6 7 7 # Compiler … … 16 16 # Kernel console support 17 17 CONFIG_KCONSOLE = y 18 19 # Number of shell consoles 20 CONFIG_VC_COUNT = 5 18 21 19 22 # Kernel symbol information … … 44 47 CONFIG_MOUNT_DATA = n 45 48 46 # OHCI root hub power switch, ganged is enough47 OHCI_POWER_SWITCH = ganged48
Note:
See TracChangeset
for help on using the changeset viewer.