diff options
Diffstat (limited to 'arch/powerpc/configs/52xx/pcm030_defconfig')
| -rw-r--r-- | arch/powerpc/configs/52xx/pcm030_defconfig | 83 |
1 files changed, 64 insertions, 19 deletions
diff --git a/arch/powerpc/configs/52xx/pcm030_defconfig b/arch/powerpc/configs/52xx/pcm030_defconfig index f9168c1a2fa..1742c0200b7 100644 --- a/arch/powerpc/configs/52xx/pcm030_defconfig +++ b/arch/powerpc/configs/52xx/pcm030_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.32-rc4 | 3 | # Linux kernel version: 2.6.33-rc2 |
| 4 | # Thu Oct 15 10:33:25 2009 | 4 | # Wed Dec 30 14:45:10 2009 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -36,6 +36,7 @@ CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | |||
| 36 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 36 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 37 | # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set | 37 | # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set |
| 38 | CONFIG_IRQ_PER_CPU=y | 38 | CONFIG_IRQ_PER_CPU=y |
| 39 | CONFIG_NR_IRQS=512 | ||
| 39 | CONFIG_STACKTRACE_SUPPORT=y | 40 | CONFIG_STACKTRACE_SUPPORT=y |
| 40 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | 41 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y |
| 41 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 42 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
| @@ -58,6 +59,7 @@ CONFIG_AUDIT_ARCH=y | |||
| 58 | CONFIG_GENERIC_BUG=y | 59 | CONFIG_GENERIC_BUG=y |
| 59 | CONFIG_DTC=y | 60 | CONFIG_DTC=y |
| 60 | CONFIG_DEFAULT_UIMAGE=y | 61 | CONFIG_DEFAULT_UIMAGE=y |
| 62 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 61 | # CONFIG_PPC_DCR_NATIVE is not set | 63 | # CONFIG_PPC_DCR_NATIVE is not set |
| 62 | # CONFIG_PPC_DCR_MMIO is not set | 64 | # CONFIG_PPC_DCR_MMIO is not set |
| 63 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y | 65 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y |
| @@ -87,6 +89,7 @@ CONFIG_POSIX_MQUEUE_SYSCTL=y | |||
| 87 | # | 89 | # |
| 88 | CONFIG_TREE_RCU=y | 90 | CONFIG_TREE_RCU=y |
| 89 | # CONFIG_TREE_PREEMPT_RCU is not set | 91 | # CONFIG_TREE_PREEMPT_RCU is not set |
| 92 | # CONFIG_TINY_RCU is not set | ||
| 90 | # CONFIG_RCU_TRACE is not set | 93 | # CONFIG_RCU_TRACE is not set |
| 91 | CONFIG_RCU_FANOUT=32 | 94 | CONFIG_RCU_FANOUT=32 |
| 92 | # CONFIG_RCU_FANOUT_EXACT is not set | 95 | # CONFIG_RCU_FANOUT_EXACT is not set |
| @@ -172,14 +175,41 @@ CONFIG_LBDAF=y | |||
| 172 | # IO Schedulers | 175 | # IO Schedulers |
| 173 | # | 176 | # |
| 174 | CONFIG_IOSCHED_NOOP=y | 177 | CONFIG_IOSCHED_NOOP=y |
| 175 | # CONFIG_IOSCHED_AS is not set | ||
| 176 | # CONFIG_IOSCHED_DEADLINE is not set | 178 | # CONFIG_IOSCHED_DEADLINE is not set |
| 177 | # CONFIG_IOSCHED_CFQ is not set | 179 | # CONFIG_IOSCHED_CFQ is not set |
| 178 | # CONFIG_DEFAULT_AS is not set | ||
| 179 | # CONFIG_DEFAULT_DEADLINE is not set | 180 | # CONFIG_DEFAULT_DEADLINE is not set |
| 180 | # CONFIG_DEFAULT_CFQ is not set | 181 | # CONFIG_DEFAULT_CFQ is not set |
| 181 | CONFIG_DEFAULT_NOOP=y | 182 | CONFIG_DEFAULT_NOOP=y |
| 182 | CONFIG_DEFAULT_IOSCHED="noop" | 183 | CONFIG_DEFAULT_IOSCHED="noop" |
| 184 | # CONFIG_INLINE_SPIN_TRYLOCK is not set | ||
| 185 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set | ||
| 186 | # CONFIG_INLINE_SPIN_LOCK is not set | ||
| 187 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | ||
| 188 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | ||
| 189 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | ||
| 190 | # CONFIG_INLINE_SPIN_UNLOCK is not set | ||
| 191 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | ||
| 192 | # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set | ||
| 193 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | ||
| 194 | # CONFIG_INLINE_READ_TRYLOCK is not set | ||
| 195 | # CONFIG_INLINE_READ_LOCK is not set | ||
| 196 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
| 197 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
| 198 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
| 199 | # CONFIG_INLINE_READ_UNLOCK is not set | ||
| 200 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
| 201 | # CONFIG_INLINE_READ_UNLOCK_IRQ is not set | ||
| 202 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
| 203 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
| 204 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
| 205 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
| 206 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
| 207 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
| 208 | # CONFIG_INLINE_WRITE_UNLOCK is not set | ||
| 209 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
| 210 | # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set | ||
| 211 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
| 212 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set | ||
| 183 | # CONFIG_FREEZER is not set | 213 | # CONFIG_FREEZER is not set |
| 184 | 214 | ||
| 185 | # | 215 | # |
| @@ -195,6 +225,7 @@ CONFIG_PPC_MPC5200_SIMPLE=y | |||
| 195 | # CONFIG_PPC_MEDIA5200 is not set | 225 | # CONFIG_PPC_MEDIA5200 is not set |
| 196 | # CONFIG_PPC_MPC5200_BUGFIX is not set | 226 | # CONFIG_PPC_MPC5200_BUGFIX is not set |
| 197 | # CONFIG_PPC_MPC5200_GPIO is not set | 227 | # CONFIG_PPC_MPC5200_GPIO is not set |
| 228 | # CONFIG_PPC_MPC5200_LPBFIFO is not set | ||
| 198 | # CONFIG_PPC_PMAC is not set | 229 | # CONFIG_PPC_PMAC is not set |
| 199 | # CONFIG_PPC_CELL is not set | 230 | # CONFIG_PPC_CELL is not set |
| 200 | # CONFIG_PPC_CELL_NATIVE is not set | 231 | # CONFIG_PPC_CELL_NATIVE is not set |
| @@ -251,6 +282,7 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y | |||
| 251 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 282 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 252 | # CONFIG_KEXEC is not set | 283 | # CONFIG_KEXEC is not set |
| 253 | # CONFIG_CRASH_DUMP is not set | 284 | # CONFIG_CRASH_DUMP is not set |
| 285 | CONFIG_SPARSE_IRQ=y | ||
| 254 | CONFIG_MAX_ACTIVE_REGIONS=32 | 286 | CONFIG_MAX_ACTIVE_REGIONS=32 |
| 255 | CONFIG_ARCH_FLATMEM_ENABLE=y | 287 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 256 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 288 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| @@ -267,8 +299,6 @@ CONFIG_MIGRATION=y | |||
| 267 | CONFIG_ZONE_DMA_FLAG=1 | 299 | CONFIG_ZONE_DMA_FLAG=1 |
| 268 | CONFIG_BOUNCE=y | 300 | CONFIG_BOUNCE=y |
| 269 | CONFIG_VIRT_TO_BUS=y | 301 | CONFIG_VIRT_TO_BUS=y |
| 270 | CONFIG_HAVE_MLOCK=y | ||
| 271 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
| 272 | # CONFIG_KSM is not set | 302 | # CONFIG_KSM is not set |
| 273 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | 303 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 |
| 274 | CONFIG_PPC_4K_PAGES=y | 304 | CONFIG_PPC_4K_PAGES=y |
| @@ -385,7 +415,13 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
| 385 | # CONFIG_IRDA is not set | 415 | # CONFIG_IRDA is not set |
| 386 | # CONFIG_BT is not set | 416 | # CONFIG_BT is not set |
| 387 | # CONFIG_AF_RXRPC is not set | 417 | # CONFIG_AF_RXRPC is not set |
| 388 | # CONFIG_WIRELESS is not set | 418 | CONFIG_WIRELESS=y |
| 419 | # CONFIG_CFG80211 is not set | ||
| 420 | # CONFIG_LIB80211 is not set | ||
| 421 | |||
| 422 | # | ||
| 423 | # CFG80211 needs to be enabled for MAC80211 | ||
| 424 | # | ||
| 389 | # CONFIG_WIMAX is not set | 425 | # CONFIG_WIMAX is not set |
| 390 | # CONFIG_RFKILL is not set | 426 | # CONFIG_RFKILL is not set |
| 391 | # CONFIG_NET_9P is not set | 427 | # CONFIG_NET_9P is not set |
| @@ -585,15 +621,16 @@ CONFIG_PATA_MPC52xx=m | |||
| 585 | # CONFIG_PATA_NS87415 is not set | 621 | # CONFIG_PATA_NS87415 is not set |
| 586 | # CONFIG_PATA_OPTI is not set | 622 | # CONFIG_PATA_OPTI is not set |
| 587 | # CONFIG_PATA_OPTIDMA is not set | 623 | # CONFIG_PATA_OPTIDMA is not set |
| 624 | # CONFIG_PATA_PDC2027X is not set | ||
| 588 | # CONFIG_PATA_PDC_OLD is not set | 625 | # CONFIG_PATA_PDC_OLD is not set |
| 589 | # CONFIG_PATA_RADISYS is not set | 626 | # CONFIG_PATA_RADISYS is not set |
| 590 | # CONFIG_PATA_RDC is not set | 627 | # CONFIG_PATA_RDC is not set |
| 591 | # CONFIG_PATA_RZ1000 is not set | 628 | # CONFIG_PATA_RZ1000 is not set |
| 592 | # CONFIG_PATA_SC1200 is not set | 629 | # CONFIG_PATA_SC1200 is not set |
| 593 | # CONFIG_PATA_SERVERWORKS is not set | 630 | # CONFIG_PATA_SERVERWORKS is not set |
| 594 | # CONFIG_PATA_PDC2027X is not set | ||
| 595 | # CONFIG_PATA_SIL680 is not set | 631 | # CONFIG_PATA_SIL680 is not set |
| 596 | # CONFIG_PATA_SIS is not set | 632 | # CONFIG_PATA_SIS is not set |
| 633 | # CONFIG_PATA_TOSHIBA is not set | ||
| 597 | # CONFIG_PATA_VIA is not set | 634 | # CONFIG_PATA_VIA is not set |
| 598 | # CONFIG_PATA_WINBOND is not set | 635 | # CONFIG_PATA_WINBOND is not set |
| 599 | # CONFIG_PATA_PLATFORM is not set | 636 | # CONFIG_PATA_PLATFORM is not set |
| @@ -673,8 +710,11 @@ CONFIG_FEC_MPC52xx_MDIO=y | |||
| 673 | # CONFIG_NETDEV_10000 is not set | 710 | # CONFIG_NETDEV_10000 is not set |
| 674 | # CONFIG_TR is not set | 711 | # CONFIG_TR is not set |
| 675 | CONFIG_WLAN=y | 712 | CONFIG_WLAN=y |
| 676 | # CONFIG_WLAN_PRE80211 is not set | 713 | # CONFIG_AIRO is not set |
| 677 | # CONFIG_WLAN_80211 is not set | 714 | # CONFIG_ATMEL is not set |
| 715 | # CONFIG_PRISM54 is not set | ||
| 716 | # CONFIG_USB_ZD1201 is not set | ||
| 717 | # CONFIG_HOSTAP is not set | ||
| 678 | 718 | ||
| 679 | # | 719 | # |
| 680 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 720 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
| @@ -697,6 +737,7 @@ CONFIG_WLAN=y | |||
| 697 | # CONFIG_NETCONSOLE is not set | 737 | # CONFIG_NETCONSOLE is not set |
| 698 | # CONFIG_NETPOLL is not set | 738 | # CONFIG_NETPOLL is not set |
| 699 | # CONFIG_NET_POLL_CONTROLLER is not set | 739 | # CONFIG_NET_POLL_CONTROLLER is not set |
| 740 | # CONFIG_VMXNET3 is not set | ||
| 700 | # CONFIG_ISDN is not set | 741 | # CONFIG_ISDN is not set |
| 701 | # CONFIG_PHONE is not set | 742 | # CONFIG_PHONE is not set |
| 702 | 743 | ||
| @@ -734,6 +775,7 @@ CONFIG_SERIAL_MPC52xx=y | |||
| 734 | CONFIG_SERIAL_MPC52xx_CONSOLE=y | 775 | CONFIG_SERIAL_MPC52xx_CONSOLE=y |
| 735 | CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=9600 | 776 | CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=9600 |
| 736 | # CONFIG_SERIAL_JSM is not set | 777 | # CONFIG_SERIAL_JSM is not set |
| 778 | # CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set | ||
| 737 | CONFIG_UNIX98_PTYS=y | 779 | CONFIG_UNIX98_PTYS=y |
| 738 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | 780 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set |
| 739 | # CONFIG_LEGACY_PTYS is not set | 781 | # CONFIG_LEGACY_PTYS is not set |
| @@ -791,11 +833,6 @@ CONFIG_I2C_MPC=y | |||
| 791 | # CONFIG_I2C_TINY_USB is not set | 833 | # CONFIG_I2C_TINY_USB is not set |
| 792 | 834 | ||
| 793 | # | 835 | # |
| 794 | # Graphics adapter I2C/DDC channel drivers | ||
| 795 | # | ||
| 796 | # CONFIG_I2C_VOODOO3 is not set | ||
| 797 | |||
| 798 | # | ||
| 799 | # Other I2C/SMBus bus drivers | 836 | # Other I2C/SMBus bus drivers |
| 800 | # | 837 | # |
| 801 | # CONFIG_I2C_PCA_PLATFORM is not set | 838 | # CONFIG_I2C_PCA_PLATFORM is not set |
| @@ -804,7 +841,6 @@ CONFIG_I2C_MPC=y | |||
| 804 | # | 841 | # |
| 805 | # Miscellaneous I2C Chip support | 842 | # Miscellaneous I2C Chip support |
| 806 | # | 843 | # |
| 807 | # CONFIG_DS1682 is not set | ||
| 808 | # CONFIG_SENSORS_TSL2550 is not set | 844 | # CONFIG_SENSORS_TSL2550 is not set |
| 809 | # CONFIG_I2C_DEBUG_CORE is not set | 845 | # CONFIG_I2C_DEBUG_CORE is not set |
| 810 | # CONFIG_I2C_DEBUG_ALGO is not set | 846 | # CONFIG_I2C_DEBUG_ALGO is not set |
| @@ -839,11 +875,13 @@ CONFIG_SSB_POSSIBLE=y | |||
| 839 | # CONFIG_TWL4030_CORE is not set | 875 | # CONFIG_TWL4030_CORE is not set |
| 840 | # CONFIG_MFD_TMIO is not set | 876 | # CONFIG_MFD_TMIO is not set |
| 841 | # CONFIG_PMIC_DA903X is not set | 877 | # CONFIG_PMIC_DA903X is not set |
| 878 | # CONFIG_PMIC_ADP5520 is not set | ||
| 842 | # CONFIG_MFD_WM8400 is not set | 879 | # CONFIG_MFD_WM8400 is not set |
| 843 | # CONFIG_MFD_WM831X is not set | 880 | # CONFIG_MFD_WM831X is not set |
| 844 | # CONFIG_MFD_WM8350_I2C is not set | 881 | # CONFIG_MFD_WM8350_I2C is not set |
| 845 | # CONFIG_MFD_PCF50633 is not set | 882 | # CONFIG_MFD_PCF50633 is not set |
| 846 | # CONFIG_AB3100_CORE is not set | 883 | # CONFIG_AB3100_CORE is not set |
| 884 | # CONFIG_MFD_88PM8607 is not set | ||
| 847 | # CONFIG_REGULATOR is not set | 885 | # CONFIG_REGULATOR is not set |
| 848 | # CONFIG_MEDIA_SUPPORT is not set | 886 | # CONFIG_MEDIA_SUPPORT is not set |
| 849 | 887 | ||
| @@ -908,7 +946,6 @@ CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y | |||
| 908 | # CONFIG_USB_R8A66597_HCD is not set | 946 | # CONFIG_USB_R8A66597_HCD is not set |
| 909 | # CONFIG_USB_WHCI_HCD is not set | 947 | # CONFIG_USB_WHCI_HCD is not set |
| 910 | # CONFIG_USB_HWA_HCD is not set | 948 | # CONFIG_USB_HWA_HCD is not set |
| 911 | # CONFIG_USB_MUSB_HDRC is not set | ||
| 912 | 949 | ||
| 913 | # | 950 | # |
| 914 | # USB Device Class drivers | 951 | # USB Device Class drivers |
| @@ -1011,6 +1048,7 @@ CONFIG_RTC_INTF_DEV=y | |||
| 1011 | CONFIG_RTC_DRV_PCF8563=m | 1048 | CONFIG_RTC_DRV_PCF8563=m |
| 1012 | # CONFIG_RTC_DRV_PCF8583 is not set | 1049 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 1013 | # CONFIG_RTC_DRV_M41T80 is not set | 1050 | # CONFIG_RTC_DRV_M41T80 is not set |
| 1051 | # CONFIG_RTC_DRV_BQ32K is not set | ||
| 1014 | # CONFIG_RTC_DRV_S35390A is not set | 1052 | # CONFIG_RTC_DRV_S35390A is not set |
| 1015 | # CONFIG_RTC_DRV_FM3130 is not set | 1053 | # CONFIG_RTC_DRV_FM3130 is not set |
| 1016 | # CONFIG_RTC_DRV_RX8581 is not set | 1054 | # CONFIG_RTC_DRV_RX8581 is not set |
| @@ -1032,7 +1070,9 @@ CONFIG_RTC_DRV_PCF8563=m | |||
| 1032 | # CONFIG_RTC_DRV_M48T86 is not set | 1070 | # CONFIG_RTC_DRV_M48T86 is not set |
| 1033 | # CONFIG_RTC_DRV_M48T35 is not set | 1071 | # CONFIG_RTC_DRV_M48T35 is not set |
| 1034 | # CONFIG_RTC_DRV_M48T59 is not set | 1072 | # CONFIG_RTC_DRV_M48T59 is not set |
| 1073 | # CONFIG_RTC_DRV_MSM6242 is not set | ||
| 1035 | # CONFIG_RTC_DRV_BQ4802 is not set | 1074 | # CONFIG_RTC_DRV_BQ4802 is not set |
| 1075 | # CONFIG_RTC_DRV_RP5C01 is not set | ||
| 1036 | # CONFIG_RTC_DRV_V3020 is not set | 1076 | # CONFIG_RTC_DRV_V3020 is not set |
| 1037 | 1077 | ||
| 1038 | # | 1078 | # |
| @@ -1243,10 +1283,11 @@ CONFIG_FRAME_WARN=1024 | |||
| 1243 | # CONFIG_DEBUG_FS is not set | 1283 | # CONFIG_DEBUG_FS is not set |
| 1244 | # CONFIG_HEADERS_CHECK is not set | 1284 | # CONFIG_HEADERS_CHECK is not set |
| 1245 | # CONFIG_DEBUG_KERNEL is not set | 1285 | # CONFIG_DEBUG_KERNEL is not set |
| 1246 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1286 | CONFIG_DEBUG_BUGVERBOSE=y |
| 1247 | # CONFIG_DEBUG_MEMORY_INIT is not set | 1287 | # CONFIG_DEBUG_MEMORY_INIT is not set |
| 1248 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 1288 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
| 1249 | # CONFIG_LATENCYTOP is not set | 1289 | # CONFIG_LATENCYTOP is not set |
| 1290 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
| 1250 | CONFIG_HAVE_FUNCTION_TRACER=y | 1291 | CONFIG_HAVE_FUNCTION_TRACER=y |
| 1251 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | 1292 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y |
| 1252 | CONFIG_HAVE_DYNAMIC_FTRACE=y | 1293 | CONFIG_HAVE_DYNAMIC_FTRACE=y |
| @@ -1269,7 +1310,11 @@ CONFIG_PRINT_STACK_DEPTH=64 | |||
| 1269 | # CONFIG_KEYS is not set | 1310 | # CONFIG_KEYS is not set |
| 1270 | # CONFIG_SECURITY is not set | 1311 | # CONFIG_SECURITY is not set |
| 1271 | # CONFIG_SECURITYFS is not set | 1312 | # CONFIG_SECURITYFS is not set |
| 1272 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1313 | # CONFIG_DEFAULT_SECURITY_SELINUX is not set |
| 1314 | # CONFIG_DEFAULT_SECURITY_SMACK is not set | ||
| 1315 | # CONFIG_DEFAULT_SECURITY_TOMOYO is not set | ||
| 1316 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
| 1317 | CONFIG_DEFAULT_SECURITY="" | ||
| 1273 | # CONFIG_CRYPTO is not set | 1318 | # CONFIG_CRYPTO is not set |
| 1274 | CONFIG_PPC_CLOCK=y | 1319 | CONFIG_PPC_CLOCK=y |
| 1275 | CONFIG_PPC_LIB_RHEAP=y | 1320 | CONFIG_PPC_LIB_RHEAP=y |
