diff options
Diffstat (limited to 'arch/blackfin/configs/BF548-EZKIT_defconfig')
-rw-r--r-- | arch/blackfin/configs/BF548-EZKIT_defconfig | 156 |
1 files changed, 112 insertions, 44 deletions
diff --git a/arch/blackfin/configs/BF548-EZKIT_defconfig b/arch/blackfin/configs/BF548-EZKIT_defconfig index ca309cfc6ac4..baca6660cf0b 100644 --- a/arch/blackfin/configs/BF548-EZKIT_defconfig +++ b/arch/blackfin/configs/BF548-EZKIT_defconfig | |||
@@ -1,7 +1,8 @@ | |||
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.2 | 3 | # Linux kernel version: 2.6.34 |
4 | # | 4 | # |
5 | CONFIG_SYMBOL_PREFIX="_" | ||
5 | # CONFIG_MMU is not set | 6 | # CONFIG_MMU is not set |
6 | # CONFIG_FPU is not set | 7 | # CONFIG_FPU is not set |
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
@@ -37,6 +38,7 @@ CONFIG_HAVE_KERNEL_LZMA=y | |||
37 | CONFIG_KERNEL_GZIP=y | 38 | CONFIG_KERNEL_GZIP=y |
38 | # CONFIG_KERNEL_BZIP2 is not set | 39 | # CONFIG_KERNEL_BZIP2 is not set |
39 | # CONFIG_KERNEL_LZMA is not set | 40 | # CONFIG_KERNEL_LZMA is not set |
41 | # CONFIG_KERNEL_LZO is not set | ||
40 | CONFIG_SYSVIPC=y | 42 | CONFIG_SYSVIPC=y |
41 | CONFIG_SYSVIPC_SYSCTL=y | 43 | CONFIG_SYSVIPC_SYSCTL=y |
42 | # CONFIG_POSIX_MQUEUE is not set | 44 | # CONFIG_POSIX_MQUEUE is not set |
@@ -49,6 +51,7 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
49 | # | 51 | # |
50 | CONFIG_TREE_RCU=y | 52 | CONFIG_TREE_RCU=y |
51 | # CONFIG_TREE_PREEMPT_RCU is not set | 53 | # CONFIG_TREE_PREEMPT_RCU is not set |
54 | # CONFIG_TINY_RCU is not set | ||
52 | # CONFIG_RCU_TRACE is not set | 55 | # CONFIG_RCU_TRACE is not set |
53 | CONFIG_RCU_FANOUT=32 | 56 | CONFIG_RCU_FANOUT=32 |
54 | # CONFIG_RCU_FANOUT_EXACT is not set | 57 | # CONFIG_RCU_FANOUT_EXACT is not set |
@@ -56,8 +59,6 @@ CONFIG_RCU_FANOUT=32 | |||
56 | CONFIG_IKCONFIG=y | 59 | CONFIG_IKCONFIG=y |
57 | CONFIG_IKCONFIG_PROC=y | 60 | CONFIG_IKCONFIG_PROC=y |
58 | CONFIG_LOG_BUF_SHIFT=14 | 61 | CONFIG_LOG_BUF_SHIFT=14 |
59 | # CONFIG_GROUP_SCHED is not set | ||
60 | # CONFIG_CGROUPS is not set | ||
61 | # CONFIG_SYSFS_DEPRECATED_V2 is not set | 62 | # CONFIG_SYSFS_DEPRECATED_V2 is not set |
62 | # CONFIG_RELAY is not set | 63 | # CONFIG_RELAY is not set |
63 | # CONFIG_NAMESPACES is not set | 64 | # CONFIG_NAMESPACES is not set |
@@ -66,6 +67,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
66 | CONFIG_RD_GZIP=y | 67 | CONFIG_RD_GZIP=y |
67 | # CONFIG_RD_BZIP2 is not set | 68 | # CONFIG_RD_BZIP2 is not set |
68 | # CONFIG_RD_LZMA is not set | 69 | # CONFIG_RD_LZMA is not set |
70 | # CONFIG_RD_LZO is not set | ||
69 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 71 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
70 | CONFIG_SYSCTL=y | 72 | CONFIG_SYSCTL=y |
71 | CONFIG_ANON_INODES=y | 73 | CONFIG_ANON_INODES=y |
@@ -98,6 +100,7 @@ CONFIG_SLAB=y | |||
98 | CONFIG_MMAP_ALLOW_UNINITIALIZED=y | 100 | CONFIG_MMAP_ALLOW_UNINITIALIZED=y |
99 | # CONFIG_PROFILING is not set | 101 | # CONFIG_PROFILING is not set |
100 | CONFIG_HAVE_OPROFILE=y | 102 | CONFIG_HAVE_OPROFILE=y |
103 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
101 | 104 | ||
102 | # | 105 | # |
103 | # GCOV-based kernel profiling | 106 | # GCOV-based kernel profiling |
@@ -107,6 +110,7 @@ CONFIG_SLOW_WORK=y | |||
107 | # CONFIG_SLOW_WORK_DEBUG is not set | 110 | # CONFIG_SLOW_WORK_DEBUG is not set |
108 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 111 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
109 | CONFIG_SLABINFO=y | 112 | CONFIG_SLABINFO=y |
113 | CONFIG_RT_MUTEXES=y | ||
110 | CONFIG_BASE_SMALL=0 | 114 | CONFIG_BASE_SMALL=0 |
111 | CONFIG_MODULES=y | 115 | CONFIG_MODULES=y |
112 | # CONFIG_MODULE_FORCE_LOAD is not set | 116 | # CONFIG_MODULE_FORCE_LOAD is not set |
@@ -123,14 +127,41 @@ CONFIG_BLOCK=y | |||
123 | # IO Schedulers | 127 | # IO Schedulers |
124 | # | 128 | # |
125 | CONFIG_IOSCHED_NOOP=y | 129 | CONFIG_IOSCHED_NOOP=y |
126 | CONFIG_IOSCHED_AS=y | ||
127 | # CONFIG_IOSCHED_DEADLINE is not set | 130 | # CONFIG_IOSCHED_DEADLINE is not set |
128 | # CONFIG_IOSCHED_CFQ is not set | 131 | # CONFIG_IOSCHED_CFQ is not set |
129 | CONFIG_DEFAULT_AS=y | ||
130 | # CONFIG_DEFAULT_DEADLINE is not set | 132 | # CONFIG_DEFAULT_DEADLINE is not set |
131 | # CONFIG_DEFAULT_CFQ is not set | 133 | # CONFIG_DEFAULT_CFQ is not set |
132 | # CONFIG_DEFAULT_NOOP is not set | 134 | CONFIG_DEFAULT_NOOP=y |
133 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 135 | CONFIG_DEFAULT_IOSCHED="noop" |
136 | # CONFIG_INLINE_SPIN_TRYLOCK is not set | ||
137 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set | ||
138 | # CONFIG_INLINE_SPIN_LOCK is not set | ||
139 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | ||
140 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | ||
141 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | ||
142 | CONFIG_INLINE_SPIN_UNLOCK=y | ||
143 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | ||
144 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y | ||
145 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | ||
146 | # CONFIG_INLINE_READ_TRYLOCK is not set | ||
147 | # CONFIG_INLINE_READ_LOCK is not set | ||
148 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
149 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
150 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
151 | CONFIG_INLINE_READ_UNLOCK=y | ||
152 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
153 | CONFIG_INLINE_READ_UNLOCK_IRQ=y | ||
154 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
155 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
156 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
157 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
158 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
159 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
160 | CONFIG_INLINE_WRITE_UNLOCK=y | ||
161 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
162 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y | ||
163 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
164 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set | ||
134 | # CONFIG_PREEMPT_NONE is not set | 165 | # CONFIG_PREEMPT_NONE is not set |
135 | CONFIG_PREEMPT_VOLUNTARY=y | 166 | CONFIG_PREEMPT_VOLUNTARY=y |
136 | # CONFIG_PREEMPT is not set | 167 | # CONFIG_PREEMPT is not set |
@@ -330,8 +361,16 @@ CONFIG_HZ=250 | |||
330 | # CONFIG_SCHED_HRTICK is not set | 361 | # CONFIG_SCHED_HRTICK is not set |
331 | CONFIG_GENERIC_TIME=y | 362 | CONFIG_GENERIC_TIME=y |
332 | CONFIG_GENERIC_CLOCKEVENTS=y | 363 | CONFIG_GENERIC_CLOCKEVENTS=y |
364 | |||
365 | # | ||
366 | # Clock event device | ||
367 | # | ||
333 | # CONFIG_TICKSOURCE_GPTMR0 is not set | 368 | # CONFIG_TICKSOURCE_GPTMR0 is not set |
334 | CONFIG_TICKSOURCE_CORETMR=y | 369 | CONFIG_TICKSOURCE_CORETMR=y |
370 | |||
371 | # | ||
372 | # Clock souce | ||
373 | # | ||
335 | # CONFIG_CYCLES_CLOCKSOURCE is not set | 374 | # CONFIG_CYCLES_CLOCKSOURCE is not set |
336 | # CONFIG_GPTMR0_CLOCKSOURCE is not set | 375 | # CONFIG_GPTMR0_CLOCKSOURCE is not set |
337 | # CONFIG_NO_HZ is not set | 376 | # CONFIG_NO_HZ is not set |
@@ -362,12 +401,16 @@ CONFIG_ARITHMETIC_OPS_L1=y | |||
362 | CONFIG_ACCESS_OK_L1=y | 401 | CONFIG_ACCESS_OK_L1=y |
363 | # CONFIG_MEMSET_L1 is not set | 402 | # CONFIG_MEMSET_L1 is not set |
364 | # CONFIG_MEMCPY_L1 is not set | 403 | # CONFIG_MEMCPY_L1 is not set |
404 | CONFIG_STRCMP_L1=y | ||
405 | CONFIG_STRNCMP_L1=y | ||
406 | CONFIG_STRCPY_L1=y | ||
407 | CONFIG_STRNCPY_L1=y | ||
365 | # CONFIG_SYS_BFIN_SPINLOCK_L1 is not set | 408 | # CONFIG_SYS_BFIN_SPINLOCK_L1 is not set |
366 | # CONFIG_IP_CHECKSUM_L1 is not set | 409 | # CONFIG_IP_CHECKSUM_L1 is not set |
367 | CONFIG_CACHELINE_ALIGNED_L1=y | 410 | CONFIG_CACHELINE_ALIGNED_L1=y |
368 | # CONFIG_SYSCALL_TAB_L1 is not set | 411 | # CONFIG_SYSCALL_TAB_L1 is not set |
369 | # CONFIG_CPLB_SWITCH_TAB_L1 is not set | 412 | # CONFIG_CPLB_SWITCH_TAB_L1 is not set |
370 | CONFIG_APP_STACK_L1=y | 413 | CONFIG_CACHE_FLUSH_L1=y |
371 | 414 | ||
372 | # | 415 | # |
373 | # Speed Optimizations | 416 | # Speed Optimizations |
@@ -472,7 +515,6 @@ CONFIG_NET=y | |||
472 | # Networking options | 515 | # Networking options |
473 | # | 516 | # |
474 | CONFIG_PACKET=y | 517 | CONFIG_PACKET=y |
475 | # CONFIG_PACKET_MMAP is not set | ||
476 | CONFIG_UNIX=y | 518 | CONFIG_UNIX=y |
477 | # CONFIG_NET_KEY is not set | 519 | # CONFIG_NET_KEY is not set |
478 | CONFIG_INET=y | 520 | CONFIG_INET=y |
@@ -540,6 +582,7 @@ CONFIG_CAN_BCM=m | |||
540 | # CONFIG_CAN_VCAN is not set | 582 | # CONFIG_CAN_VCAN is not set |
541 | CONFIG_CAN_DEV=m | 583 | CONFIG_CAN_DEV=m |
542 | # CONFIG_CAN_CALC_BITTIMING is not set | 584 | # CONFIG_CAN_CALC_BITTIMING is not set |
585 | # CONFIG_CAN_MCP251X is not set | ||
543 | CONFIG_CAN_BFIN=m | 586 | CONFIG_CAN_BFIN=m |
544 | # CONFIG_CAN_SJA1000 is not set | 587 | # CONFIG_CAN_SJA1000 is not set |
545 | 588 | ||
@@ -595,9 +638,14 @@ CONFIG_SIR_BFIN_DMA=y | |||
595 | # CONFIG_MCS_FIR is not set | 638 | # CONFIG_MCS_FIR is not set |
596 | # CONFIG_BT is not set | 639 | # CONFIG_BT is not set |
597 | # CONFIG_AF_RXRPC is not set | 640 | # CONFIG_AF_RXRPC is not set |
598 | # CONFIG_WIRELESS is not set | 641 | CONFIG_WIRELESS=y |
599 | CONFIG_WIRELESS_EXT=y | 642 | # CONFIG_CFG80211 is not set |
600 | CONFIG_LIB80211=m | 643 | CONFIG_LIB80211=m |
644 | # CONFIG_LIB80211_DEBUG is not set | ||
645 | |||
646 | # | ||
647 | # CFG80211 needs to be enabled for MAC80211 | ||
648 | # | ||
601 | # CONFIG_WIMAX is not set | 649 | # CONFIG_WIMAX is not set |
602 | # CONFIG_RFKILL is not set | 650 | # CONFIG_RFKILL is not set |
603 | # CONFIG_NET_9P is not set | 651 | # CONFIG_NET_9P is not set |
@@ -700,8 +748,7 @@ CONFIG_MTD_NAND=y | |||
700 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | 748 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set |
701 | CONFIG_MTD_NAND_IDS=y | 749 | CONFIG_MTD_NAND_IDS=y |
702 | CONFIG_MTD_NAND_BF5XX=y | 750 | CONFIG_MTD_NAND_BF5XX=y |
703 | CONFIG_MTD_NAND_BF5XX_HWECC=y | 751 | # CONFIG_MTD_NAND_BF5XX_HWECC is not set |
704 | # CONFIG_MTD_NAND_BF5XX_BOOTROM_ECC is not set | ||
705 | # CONFIG_MTD_NAND_DISKONCHIP is not set | 752 | # CONFIG_MTD_NAND_DISKONCHIP is not set |
706 | # CONFIG_MTD_NAND_NANDSIM is not set | 753 | # CONFIG_MTD_NAND_NANDSIM is not set |
707 | # CONFIG_MTD_NAND_PLATFORM is not set | 754 | # CONFIG_MTD_NAND_PLATFORM is not set |
@@ -721,6 +768,10 @@ CONFIG_MTD_NAND_BF5XX_HWECC=y | |||
721 | CONFIG_BLK_DEV=y | 768 | CONFIG_BLK_DEV=y |
722 | # CONFIG_BLK_DEV_COW_COMMON is not set | 769 | # CONFIG_BLK_DEV_COW_COMMON is not set |
723 | # CONFIG_BLK_DEV_LOOP is not set | 770 | # CONFIG_BLK_DEV_LOOP is not set |
771 | |||
772 | # | ||
773 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected | ||
774 | # | ||
724 | # CONFIG_BLK_DEV_NBD is not set | 775 | # CONFIG_BLK_DEV_NBD is not set |
725 | # CONFIG_BLK_DEV_UB is not set | 776 | # CONFIG_BLK_DEV_UB is not set |
726 | CONFIG_BLK_DEV_RAM=y | 777 | CONFIG_BLK_DEV_RAM=y |
@@ -735,6 +786,9 @@ CONFIG_MISC_DEVICES=y | |||
735 | # CONFIG_ICS932S401 is not set | 786 | # CONFIG_ICS932S401 is not set |
736 | # CONFIG_ENCLOSURE_SERVICES is not set | 787 | # CONFIG_ENCLOSURE_SERVICES is not set |
737 | # CONFIG_ISL29003 is not set | 788 | # CONFIG_ISL29003 is not set |
789 | # CONFIG_SENSORS_TSL2550 is not set | ||
790 | # CONFIG_DS1682 is not set | ||
791 | # CONFIG_TI_DAC7512 is not set | ||
738 | # CONFIG_C2PORT is not set | 792 | # CONFIG_C2PORT is not set |
739 | 793 | ||
740 | # | 794 | # |
@@ -745,12 +799,14 @@ CONFIG_MISC_DEVICES=y | |||
745 | # CONFIG_EEPROM_LEGACY is not set | 799 | # CONFIG_EEPROM_LEGACY is not set |
746 | # CONFIG_EEPROM_MAX6875 is not set | 800 | # CONFIG_EEPROM_MAX6875 is not set |
747 | # CONFIG_EEPROM_93CX6 is not set | 801 | # CONFIG_EEPROM_93CX6 is not set |
802 | # CONFIG_IWMC3200TOP is not set | ||
748 | CONFIG_HAVE_IDE=y | 803 | CONFIG_HAVE_IDE=y |
749 | # CONFIG_IDE is not set | 804 | # CONFIG_IDE is not set |
750 | 805 | ||
751 | # | 806 | # |
752 | # SCSI device support | 807 | # SCSI device support |
753 | # | 808 | # |
809 | CONFIG_SCSI_MOD=y | ||
754 | # CONFIG_RAID_ATTRS is not set | 810 | # CONFIG_RAID_ATTRS is not set |
755 | CONFIG_SCSI=y | 811 | CONFIG_SCSI=y |
756 | CONFIG_SCSI_DMA=y | 812 | CONFIG_SCSI_DMA=y |
@@ -819,6 +875,7 @@ CONFIG_PHYLIB=y | |||
819 | # CONFIG_NATIONAL_PHY is not set | 875 | # CONFIG_NATIONAL_PHY is not set |
820 | # CONFIG_STE10XP is not set | 876 | # CONFIG_STE10XP is not set |
821 | # CONFIG_LSI_ET1011C_PHY is not set | 877 | # CONFIG_LSI_ET1011C_PHY is not set |
878 | # CONFIG_MICREL_PHY is not set | ||
822 | # CONFIG_FIXED_PHY is not set | 879 | # CONFIG_FIXED_PHY is not set |
823 | # CONFIG_MDIO_BITBANG is not set | 880 | # CONFIG_MDIO_BITBANG is not set |
824 | CONFIG_NET_ETHERNET=y | 881 | CONFIG_NET_ETHERNET=y |
@@ -844,14 +901,6 @@ CONFIG_SMSC911X=y | |||
844 | # CONFIG_NETDEV_1000 is not set | 901 | # CONFIG_NETDEV_1000 is not set |
845 | # CONFIG_NETDEV_10000 is not set | 902 | # CONFIG_NETDEV_10000 is not set |
846 | CONFIG_WLAN=y | 903 | CONFIG_WLAN=y |
847 | # CONFIG_WLAN_PRE80211 is not set | ||
848 | CONFIG_WLAN_80211=y | ||
849 | CONFIG_LIBERTAS=m | ||
850 | # CONFIG_LIBERTAS_USB is not set | ||
851 | CONFIG_LIBERTAS_SDIO=m | ||
852 | CONFIG_POWEROF2_BLOCKSIZE_ONLY=y | ||
853 | # CONFIG_LIBERTAS_SPI is not set | ||
854 | # CONFIG_LIBERTAS_DEBUG is not set | ||
855 | # CONFIG_USB_ZD1201 is not set | 904 | # CONFIG_USB_ZD1201 is not set |
856 | # CONFIG_HOSTAP is not set | 905 | # CONFIG_HOSTAP is not set |
857 | 906 | ||
@@ -867,6 +916,7 @@ CONFIG_POWEROF2_BLOCKSIZE_ONLY=y | |||
867 | # CONFIG_USB_PEGASUS is not set | 916 | # CONFIG_USB_PEGASUS is not set |
868 | # CONFIG_USB_RTL8150 is not set | 917 | # CONFIG_USB_RTL8150 is not set |
869 | # CONFIG_USB_USBNET is not set | 918 | # CONFIG_USB_USBNET is not set |
919 | # CONFIG_USB_IPHETH is not set | ||
870 | # CONFIG_WAN is not set | 920 | # CONFIG_WAN is not set |
871 | # CONFIG_PPP is not set | 921 | # CONFIG_PPP is not set |
872 | # CONFIG_SLIP is not set | 922 | # CONFIG_SLIP is not set |
@@ -882,6 +932,7 @@ CONFIG_POWEROF2_BLOCKSIZE_ONLY=y | |||
882 | CONFIG_INPUT=y | 932 | CONFIG_INPUT=y |
883 | CONFIG_INPUT_FF_MEMLESS=m | 933 | CONFIG_INPUT_FF_MEMLESS=m |
884 | # CONFIG_INPUT_POLLDEV is not set | 934 | # CONFIG_INPUT_POLLDEV is not set |
935 | # CONFIG_INPUT_SPARSEKMAP is not set | ||
885 | 936 | ||
886 | # | 937 | # |
887 | # Userland interfaces | 938 | # Userland interfaces |
@@ -914,9 +965,9 @@ CONFIG_KEYBOARD_BFIN=y | |||
914 | CONFIG_INPUT_TOUCHSCREEN=y | 965 | CONFIG_INPUT_TOUCHSCREEN=y |
915 | # CONFIG_TOUCHSCREEN_ADS7846 is not set | 966 | # CONFIG_TOUCHSCREEN_ADS7846 is not set |
916 | CONFIG_TOUCHSCREEN_AD7877=m | 967 | CONFIG_TOUCHSCREEN_AD7877=m |
917 | # CONFIG_TOUCHSCREEN_AD7879_I2C is not set | ||
918 | # CONFIG_TOUCHSCREEN_AD7879_SPI is not set | ||
919 | # CONFIG_TOUCHSCREEN_AD7879 is not set | 968 | # CONFIG_TOUCHSCREEN_AD7879 is not set |
969 | # CONFIG_TOUCHSCREEN_AD7160 is not set | ||
970 | # CONFIG_TOUCHSCREEN_DYNAPRO is not set | ||
920 | # CONFIG_TOUCHSCREEN_EETI is not set | 971 | # CONFIG_TOUCHSCREEN_EETI is not set |
921 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | 972 | # CONFIG_TOUCHSCREEN_FUJITSU is not set |
922 | # CONFIG_TOUCHSCREEN_GUNZE is not set | 973 | # CONFIG_TOUCHSCREEN_GUNZE is not set |
@@ -934,6 +985,7 @@ CONFIG_TOUCHSCREEN_AD7877=m | |||
934 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set | 985 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set |
935 | # CONFIG_TOUCHSCREEN_TSC2007 is not set | 986 | # CONFIG_TOUCHSCREEN_TSC2007 is not set |
936 | CONFIG_INPUT_MISC=y | 987 | CONFIG_INPUT_MISC=y |
988 | # CONFIG_INPUT_AD714X is not set | ||
937 | # CONFIG_INPUT_ATI_REMOTE is not set | 989 | # CONFIG_INPUT_ATI_REMOTE is not set |
938 | # CONFIG_INPUT_ATI_REMOTE2 is not set | 990 | # CONFIG_INPUT_ATI_REMOTE2 is not set |
939 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set | 991 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set |
@@ -941,11 +993,10 @@ CONFIG_INPUT_MISC=y | |||
941 | # CONFIG_INPUT_YEALINK is not set | 993 | # CONFIG_INPUT_YEALINK is not set |
942 | # CONFIG_INPUT_CM109 is not set | 994 | # CONFIG_INPUT_CM109 is not set |
943 | # CONFIG_INPUT_UINPUT is not set | 995 | # CONFIG_INPUT_UINPUT is not set |
996 | # CONFIG_INPUT_PCF8574 is not set | ||
944 | # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set | 997 | # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set |
945 | # CONFIG_INPUT_BFIN_ROTARY is not set | 998 | # CONFIG_INPUT_BFIN_ROTARY is not set |
946 | # CONFIG_INPUT_AD714X is not set | ||
947 | # CONFIG_INPUT_ADXL34X is not set | 999 | # CONFIG_INPUT_ADXL34X is not set |
948 | # CONFIG_INPUT_PCF8574 is not set | ||
949 | 1000 | ||
950 | # | 1001 | # |
951 | # Hardware I/O ports | 1002 | # Hardware I/O ports |
@@ -993,6 +1044,7 @@ CONFIG_SERIAL_BFIN_UART1=y | |||
993 | CONFIG_SERIAL_CORE=y | 1044 | CONFIG_SERIAL_CORE=y |
994 | CONFIG_SERIAL_CORE_CONSOLE=y | 1045 | CONFIG_SERIAL_CORE_CONSOLE=y |
995 | # CONFIG_SERIAL_BFIN_SPORT is not set | 1046 | # CONFIG_SERIAL_BFIN_SPORT is not set |
1047 | # CONFIG_SERIAL_TIMBERDALE is not set | ||
996 | CONFIG_UNIX98_PTYS=y | 1048 | CONFIG_UNIX98_PTYS=y |
997 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | 1049 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set |
998 | # CONFIG_LEGACY_PTYS is not set | 1050 | # CONFIG_LEGACY_PTYS is not set |
@@ -1021,6 +1073,7 @@ CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=100 | |||
1021 | # CONFIG_I2C_GPIO is not set | 1073 | # CONFIG_I2C_GPIO is not set |
1022 | # CONFIG_I2C_OCORES is not set | 1074 | # CONFIG_I2C_OCORES is not set |
1023 | # CONFIG_I2C_SIMTEC is not set | 1075 | # CONFIG_I2C_SIMTEC is not set |
1076 | # CONFIG_I2C_XILINX is not set | ||
1024 | 1077 | ||
1025 | # | 1078 | # |
1026 | # External I2C/SMBus adapter drivers | 1079 | # External I2C/SMBus adapter drivers |
@@ -1034,16 +1087,9 @@ CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=100 | |||
1034 | # | 1087 | # |
1035 | # CONFIG_I2C_PCA_PLATFORM is not set | 1088 | # CONFIG_I2C_PCA_PLATFORM is not set |
1036 | # CONFIG_I2C_STUB is not set | 1089 | # CONFIG_I2C_STUB is not set |
1037 | |||
1038 | # | ||
1039 | # Miscellaneous I2C Chip support | ||
1040 | # | ||
1041 | # CONFIG_DS1682 is not set | ||
1042 | # CONFIG_SENSORS_TSL2550 is not set | ||
1043 | # CONFIG_I2C_DEBUG_CORE is not set | 1090 | # CONFIG_I2C_DEBUG_CORE is not set |
1044 | # CONFIG_I2C_DEBUG_ALGO is not set | 1091 | # CONFIG_I2C_DEBUG_ALGO is not set |
1045 | # CONFIG_I2C_DEBUG_BUS is not set | 1092 | # CONFIG_I2C_DEBUG_BUS is not set |
1046 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
1047 | CONFIG_SPI=y | 1093 | CONFIG_SPI=y |
1048 | # CONFIG_SPI_DEBUG is not set | 1094 | # CONFIG_SPI_DEBUG is not set |
1049 | CONFIG_SPI_MASTER=y | 1095 | CONFIG_SPI_MASTER=y |
@@ -1056,6 +1102,8 @@ CONFIG_SPI_BFIN=y | |||
1056 | # CONFIG_SPI_BFIN_SPORT is not set | 1102 | # CONFIG_SPI_BFIN_SPORT is not set |
1057 | # CONFIG_SPI_BITBANG is not set | 1103 | # CONFIG_SPI_BITBANG is not set |
1058 | # CONFIG_SPI_GPIO is not set | 1104 | # CONFIG_SPI_GPIO is not set |
1105 | # CONFIG_SPI_XILINX is not set | ||
1106 | # CONFIG_SPI_DESIGNWARE is not set | ||
1059 | 1107 | ||
1060 | # | 1108 | # |
1061 | # SPI Protocol Masters | 1109 | # SPI Protocol Masters |
@@ -1075,10 +1123,12 @@ CONFIG_GPIO_SYSFS=y | |||
1075 | # | 1123 | # |
1076 | # Memory mapped GPIO expanders: | 1124 | # Memory mapped GPIO expanders: |
1077 | # | 1125 | # |
1126 | # CONFIG_GPIO_IT8761E is not set | ||
1078 | 1127 | ||
1079 | # | 1128 | # |
1080 | # I2C GPIO expanders: | 1129 | # I2C GPIO expanders: |
1081 | # | 1130 | # |
1131 | # CONFIG_GPIO_MAX7300 is not set | ||
1082 | # CONFIG_GPIO_MAX732X is not set | 1132 | # CONFIG_GPIO_MAX732X is not set |
1083 | # CONFIG_GPIO_PCA953X is not set | 1133 | # CONFIG_GPIO_PCA953X is not set |
1084 | # CONFIG_GPIO_PCF857X is not set | 1134 | # CONFIG_GPIO_PCF857X is not set |
@@ -1126,21 +1176,26 @@ CONFIG_SSB_POSSIBLE=y | |||
1126 | # Multifunction device drivers | 1176 | # Multifunction device drivers |
1127 | # | 1177 | # |
1128 | # CONFIG_MFD_CORE is not set | 1178 | # CONFIG_MFD_CORE is not set |
1179 | # CONFIG_MFD_88PM860X is not set | ||
1129 | # CONFIG_MFD_SM501 is not set | 1180 | # CONFIG_MFD_SM501 is not set |
1130 | # CONFIG_HTC_PASIC3 is not set | 1181 | # CONFIG_HTC_PASIC3 is not set |
1182 | # CONFIG_HTC_I2CPLD is not set | ||
1131 | # CONFIG_UCB1400_CORE is not set | 1183 | # CONFIG_UCB1400_CORE is not set |
1132 | # CONFIG_TPS65010 is not set | 1184 | # CONFIG_TPS65010 is not set |
1133 | # CONFIG_TWL4030_CORE is not set | 1185 | # CONFIG_TWL4030_CORE is not set |
1134 | # CONFIG_MFD_TMIO is not set | 1186 | # CONFIG_MFD_TMIO is not set |
1135 | # CONFIG_PMIC_DA903X is not set | 1187 | # CONFIG_PMIC_DA903X is not set |
1136 | # CONFIG_PMIC_ADP5520 is not set | 1188 | # CONFIG_PMIC_ADP5520 is not set |
1189 | # CONFIG_MFD_MAX8925 is not set | ||
1137 | # CONFIG_MFD_WM8400 is not set | 1190 | # CONFIG_MFD_WM8400 is not set |
1138 | # CONFIG_MFD_WM831X is not set | 1191 | # CONFIG_MFD_WM831X is not set |
1139 | # CONFIG_MFD_WM8350_I2C is not set | 1192 | # CONFIG_MFD_WM8350_I2C is not set |
1193 | # CONFIG_MFD_WM8994 is not set | ||
1140 | # CONFIG_MFD_PCF50633 is not set | 1194 | # CONFIG_MFD_PCF50633 is not set |
1141 | # CONFIG_MFD_MC13783 is not set | 1195 | # CONFIG_MFD_MC13783 is not set |
1142 | # CONFIG_AB3100_CORE is not set | 1196 | # CONFIG_AB3100_CORE is not set |
1143 | # CONFIG_EZX_PCAP is not set | 1197 | # CONFIG_EZX_PCAP is not set |
1198 | # CONFIG_AB4500_CORE is not set | ||
1144 | # CONFIG_REGULATOR is not set | 1199 | # CONFIG_REGULATOR is not set |
1145 | # CONFIG_MEDIA_SUPPORT is not set | 1200 | # CONFIG_MEDIA_SUPPORT is not set |
1146 | 1201 | ||
@@ -1239,13 +1294,9 @@ CONFIG_SND_DRIVERS=y | |||
1239 | # CONFIG_SND_SERIAL_U16550 is not set | 1294 | # CONFIG_SND_SERIAL_U16550 is not set |
1240 | # CONFIG_SND_MPU401 is not set | 1295 | # CONFIG_SND_MPU401 is not set |
1241 | CONFIG_SND_SPI=y | 1296 | CONFIG_SND_SPI=y |
1242 | |||
1243 | # | ||
1244 | # ALSA Blackfin devices | ||
1245 | # | ||
1246 | # CONFIG_SND_BFIN_AD73322 is not set | ||
1247 | CONFIG_SND_USB=y | 1297 | CONFIG_SND_USB=y |
1248 | # CONFIG_SND_USB_AUDIO is not set | 1298 | # CONFIG_SND_USB_AUDIO is not set |
1299 | # CONFIG_SND_USB_UA101 is not set | ||
1249 | # CONFIG_SND_USB_CAIAQ is not set | 1300 | # CONFIG_SND_USB_CAIAQ is not set |
1250 | CONFIG_SND_SOC=y | 1301 | CONFIG_SND_SOC=y |
1251 | CONFIG_SND_SOC_AC97_BUS=y | 1302 | CONFIG_SND_SOC_AC97_BUS=y |
@@ -1279,6 +1330,7 @@ CONFIG_USB_HID=y | |||
1279 | # | 1330 | # |
1280 | # Special HID drivers | 1331 | # Special HID drivers |
1281 | # | 1332 | # |
1333 | # CONFIG_HID_3M_PCT is not set | ||
1282 | CONFIG_HID_A4TECH=y | 1334 | CONFIG_HID_A4TECH=y |
1283 | CONFIG_HID_APPLE=y | 1335 | CONFIG_HID_APPLE=y |
1284 | CONFIG_HID_BELKIN=y | 1336 | CONFIG_HID_BELKIN=y |
@@ -1294,14 +1346,19 @@ CONFIG_HID_GYRATION=y | |||
1294 | CONFIG_HID_LOGITECH=y | 1346 | CONFIG_HID_LOGITECH=y |
1295 | # CONFIG_LOGITECH_FF is not set | 1347 | # CONFIG_LOGITECH_FF is not set |
1296 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | 1348 | # CONFIG_LOGIRUMBLEPAD2_FF is not set |
1349 | # CONFIG_LOGIG940_FF is not set | ||
1297 | CONFIG_HID_MICROSOFT=y | 1350 | CONFIG_HID_MICROSOFT=y |
1351 | # CONFIG_HID_MOSART is not set | ||
1298 | CONFIG_HID_MONTEREY=y | 1352 | CONFIG_HID_MONTEREY=y |
1299 | # CONFIG_HID_NTRIG is not set | 1353 | # CONFIG_HID_NTRIG is not set |
1354 | # CONFIG_HID_ORTEK is not set | ||
1300 | CONFIG_HID_PANTHERLORD=y | 1355 | CONFIG_HID_PANTHERLORD=y |
1301 | # CONFIG_PANTHERLORD_FF is not set | 1356 | # CONFIG_PANTHERLORD_FF is not set |
1302 | CONFIG_HID_PETALYNX=y | 1357 | CONFIG_HID_PETALYNX=y |
1358 | # CONFIG_HID_QUANTA is not set | ||
1303 | CONFIG_HID_SAMSUNG=y | 1359 | CONFIG_HID_SAMSUNG=y |
1304 | CONFIG_HID_SONY=y | 1360 | CONFIG_HID_SONY=y |
1361 | # CONFIG_HID_STANTUM is not set | ||
1305 | CONFIG_HID_SUNPLUS=y | 1362 | CONFIG_HID_SUNPLUS=y |
1306 | # CONFIG_HID_GREENASIA is not set | 1363 | # CONFIG_HID_GREENASIA is not set |
1307 | # CONFIG_HID_SMARTJOYPLUS is not set | 1364 | # CONFIG_HID_SMARTJOYPLUS is not set |
@@ -1322,7 +1379,6 @@ CONFIG_USB=y | |||
1322 | CONFIG_USB_DEVICEFS=y | 1379 | CONFIG_USB_DEVICEFS=y |
1323 | # CONFIG_USB_DEVICE_CLASS is not set | 1380 | # CONFIG_USB_DEVICE_CLASS is not set |
1324 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1381 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1325 | # CONFIG_USB_OTG is not set | ||
1326 | # CONFIG_USB_OTG_WHITELIST is not set | 1382 | # CONFIG_USB_OTG_WHITELIST is not set |
1327 | CONFIG_USB_OTG_BLACKLIST_HUB=y | 1383 | CONFIG_USB_OTG_BLACKLIST_HUB=y |
1328 | CONFIG_USB_MON=y | 1384 | CONFIG_USB_MON=y |
@@ -1406,7 +1462,6 @@ CONFIG_USB_STORAGE=y | |||
1406 | # CONFIG_USB_RIO500 is not set | 1462 | # CONFIG_USB_RIO500 is not set |
1407 | # CONFIG_USB_LEGOTOWER is not set | 1463 | # CONFIG_USB_LEGOTOWER is not set |
1408 | # CONFIG_USB_LCD is not set | 1464 | # CONFIG_USB_LCD is not set |
1409 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1410 | # CONFIG_USB_LED is not set | 1465 | # CONFIG_USB_LED is not set |
1411 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1466 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1412 | # CONFIG_USB_CYTHERM is not set | 1467 | # CONFIG_USB_CYTHERM is not set |
@@ -1419,7 +1474,6 @@ CONFIG_USB_STORAGE=y | |||
1419 | # CONFIG_USB_IOWARRIOR is not set | 1474 | # CONFIG_USB_IOWARRIOR is not set |
1420 | # CONFIG_USB_TEST is not set | 1475 | # CONFIG_USB_TEST is not set |
1421 | # CONFIG_USB_ISIGHTFW is not set | 1476 | # CONFIG_USB_ISIGHTFW is not set |
1422 | # CONFIG_USB_VST is not set | ||
1423 | # CONFIG_USB_GADGET is not set | 1477 | # CONFIG_USB_GADGET is not set |
1424 | 1478 | ||
1425 | # | 1479 | # |
@@ -1444,11 +1498,9 @@ CONFIG_MMC_BLOCK_BOUNCE=y | |||
1444 | # MMC/SD/SDIO Host Controller Drivers | 1498 | # MMC/SD/SDIO Host Controller Drivers |
1445 | # | 1499 | # |
1446 | # CONFIG_MMC_SDHCI is not set | 1500 | # CONFIG_MMC_SDHCI is not set |
1447 | # CONFIG_MMC_AT91 is not set | ||
1448 | # CONFIG_MMC_ATMELMCI is not set | ||
1449 | # CONFIG_MMC_SPI is not set | 1501 | # CONFIG_MMC_SPI is not set |
1450 | CONFIG_SDH_BFIN=y | 1502 | CONFIG_SDH_BFIN=y |
1451 | # CONFIG_SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND is not set | 1503 | CONFIG_SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND=y |
1452 | # CONFIG_MEMSTICK is not set | 1504 | # CONFIG_MEMSTICK is not set |
1453 | # CONFIG_NEW_LEDS is not set | 1505 | # CONFIG_NEW_LEDS is not set |
1454 | # CONFIG_ACCESSIBILITY is not set | 1506 | # CONFIG_ACCESSIBILITY is not set |
@@ -1480,6 +1532,7 @@ CONFIG_RTC_INTF_DEV=y | |||
1480 | # CONFIG_RTC_DRV_PCF8563 is not set | 1532 | # CONFIG_RTC_DRV_PCF8563 is not set |
1481 | # CONFIG_RTC_DRV_PCF8583 is not set | 1533 | # CONFIG_RTC_DRV_PCF8583 is not set |
1482 | # CONFIG_RTC_DRV_M41T80 is not set | 1534 | # CONFIG_RTC_DRV_M41T80 is not set |
1535 | # CONFIG_RTC_DRV_BQ32K is not set | ||
1483 | # CONFIG_RTC_DRV_S35390A is not set | 1536 | # CONFIG_RTC_DRV_S35390A is not set |
1484 | # CONFIG_RTC_DRV_FM3130 is not set | 1537 | # CONFIG_RTC_DRV_FM3130 is not set |
1485 | # CONFIG_RTC_DRV_RX8581 is not set | 1538 | # CONFIG_RTC_DRV_RX8581 is not set |
@@ -1508,7 +1561,9 @@ CONFIG_RTC_INTF_DEV=y | |||
1508 | # CONFIG_RTC_DRV_M48T86 is not set | 1561 | # CONFIG_RTC_DRV_M48T86 is not set |
1509 | # CONFIG_RTC_DRV_M48T35 is not set | 1562 | # CONFIG_RTC_DRV_M48T35 is not set |
1510 | # CONFIG_RTC_DRV_M48T59 is not set | 1563 | # CONFIG_RTC_DRV_M48T59 is not set |
1564 | # CONFIG_RTC_DRV_MSM6242 is not set | ||
1511 | # CONFIG_RTC_DRV_BQ4802 is not set | 1565 | # CONFIG_RTC_DRV_BQ4802 is not set |
1566 | # CONFIG_RTC_DRV_RP5C01 is not set | ||
1512 | # CONFIG_RTC_DRV_V3020 is not set | 1567 | # CONFIG_RTC_DRV_V3020 is not set |
1513 | 1568 | ||
1514 | # | 1569 | # |
@@ -1609,6 +1664,7 @@ CONFIG_JFFS2_ZLIB=y | |||
1609 | # CONFIG_JFFS2_LZO is not set | 1664 | # CONFIG_JFFS2_LZO is not set |
1610 | CONFIG_JFFS2_RTIME=y | 1665 | CONFIG_JFFS2_RTIME=y |
1611 | # CONFIG_JFFS2_RUBIN is not set | 1666 | # CONFIG_JFFS2_RUBIN is not set |
1667 | # CONFIG_LOGFS is not set | ||
1612 | # CONFIG_CRAMFS is not set | 1668 | # CONFIG_CRAMFS is not set |
1613 | # CONFIG_SQUASHFS is not set | 1669 | # CONFIG_SQUASHFS is not set |
1614 | # CONFIG_VXFS_FS is not set | 1670 | # CONFIG_VXFS_FS is not set |
@@ -1638,6 +1694,7 @@ CONFIG_SUNRPC=m | |||
1638 | CONFIG_SMB_FS=m | 1694 | CONFIG_SMB_FS=m |
1639 | CONFIG_SMB_NLS_DEFAULT=y | 1695 | CONFIG_SMB_NLS_DEFAULT=y |
1640 | CONFIG_SMB_NLS_REMOTE="cp437" | 1696 | CONFIG_SMB_NLS_REMOTE="cp437" |
1697 | # CONFIG_CEPH_FS is not set | ||
1641 | CONFIG_CIFS=y | 1698 | CONFIG_CIFS=y |
1642 | # CONFIG_CIFS_STATS is not set | 1699 | # CONFIG_CIFS_STATS is not set |
1643 | # CONFIG_CIFS_WEAK_PW_HASH is not set | 1700 | # CONFIG_CIFS_WEAK_PW_HASH is not set |
@@ -1721,6 +1778,8 @@ CONFIG_SCHED_DEBUG=y | |||
1721 | # CONFIG_TIMER_STATS is not set | 1778 | # CONFIG_TIMER_STATS is not set |
1722 | # CONFIG_DEBUG_OBJECTS is not set | 1779 | # CONFIG_DEBUG_OBJECTS is not set |
1723 | # CONFIG_DEBUG_SLAB is not set | 1780 | # CONFIG_DEBUG_SLAB is not set |
1781 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1782 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1724 | # CONFIG_DEBUG_SPINLOCK is not set | 1783 | # CONFIG_DEBUG_SPINLOCK is not set |
1725 | # CONFIG_DEBUG_MUTEXES is not set | 1784 | # CONFIG_DEBUG_MUTEXES is not set |
1726 | # CONFIG_DEBUG_LOCK_ALLOC is not set | 1785 | # CONFIG_DEBUG_LOCK_ALLOC is not set |
@@ -1744,12 +1803,16 @@ CONFIG_DEBUG_INFO=y | |||
1744 | # CONFIG_RCU_TORTURE_TEST is not set | 1803 | # CONFIG_RCU_TORTURE_TEST is not set |
1745 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 1804 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
1746 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1805 | # CONFIG_BACKTRACE_SELF_TEST is not set |
1806 | # CONFIG_TRACEHOOK_SELF_TEST is not set | ||
1747 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | 1807 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set |
1748 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | 1808 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set |
1809 | # CONFIG_LKDTM is not set | ||
1749 | # CONFIG_FAULT_INJECTION is not set | 1810 | # CONFIG_FAULT_INJECTION is not set |
1811 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1750 | # CONFIG_PAGE_POISONING is not set | 1812 | # CONFIG_PAGE_POISONING is not set |
1751 | CONFIG_HAVE_FUNCTION_TRACER=y | 1813 | CONFIG_HAVE_FUNCTION_TRACER=y |
1752 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | 1814 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y |
1815 | CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y | ||
1753 | CONFIG_TRACING_SUPPORT=y | 1816 | CONFIG_TRACING_SUPPORT=y |
1754 | # CONFIG_FTRACE is not set | 1817 | # CONFIG_FTRACE is not set |
1755 | # CONFIG_DYNAMIC_DEBUG is not set | 1818 | # CONFIG_DYNAMIC_DEBUG is not set |
@@ -1778,6 +1841,7 @@ CONFIG_EARLY_PRINTK=y | |||
1778 | CONFIG_CPLB_INFO=y | 1841 | CONFIG_CPLB_INFO=y |
1779 | CONFIG_ACCESS_CHECK=y | 1842 | CONFIG_ACCESS_CHECK=y |
1780 | # CONFIG_BFIN_ISRAM_SELF_TEST is not set | 1843 | # CONFIG_BFIN_ISRAM_SELF_TEST is not set |
1844 | # CONFIG_BFIN_PSEUDODBG_INSNS is not set | ||
1781 | 1845 | ||
1782 | # | 1846 | # |
1783 | # Security options | 1847 | # Security options |
@@ -1785,7 +1849,11 @@ CONFIG_ACCESS_CHECK=y | |||
1785 | # CONFIG_KEYS is not set | 1849 | # CONFIG_KEYS is not set |
1786 | # CONFIG_SECURITY is not set | 1850 | # CONFIG_SECURITY is not set |
1787 | # CONFIG_SECURITYFS is not set | 1851 | # CONFIG_SECURITYFS is not set |
1788 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1852 | # CONFIG_DEFAULT_SECURITY_SELINUX is not set |
1853 | # CONFIG_DEFAULT_SECURITY_SMACK is not set | ||
1854 | # CONFIG_DEFAULT_SECURITY_TOMOYO is not set | ||
1855 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
1856 | CONFIG_DEFAULT_SECURITY="" | ||
1789 | CONFIG_CRYPTO=y | 1857 | CONFIG_CRYPTO=y |
1790 | 1858 | ||
1791 | # | 1859 | # |