aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/configs/BF527-EZKIT-V2_defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/configs/BF527-EZKIT-V2_defconfig')
-rw-r--r--arch/blackfin/configs/BF527-EZKIT-V2_defconfig149
1 files changed, 111 insertions, 38 deletions
diff --git a/arch/blackfin/configs/BF527-EZKIT-V2_defconfig b/arch/blackfin/configs/BF527-EZKIT-V2_defconfig
index d2dfcb0e7ce4..c59670901b82 100644
--- a/arch/blackfin/configs/BF527-EZKIT-V2_defconfig
+++ b/arch/blackfin/configs/BF527-EZKIT-V2_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#
5CONFIG_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
7CONFIG_RWSEM_GENERIC_SPINLOCK=y 8CONFIG_RWSEM_GENERIC_SPINLOCK=y
@@ -37,6 +38,7 @@ CONFIG_HAVE_KERNEL_LZMA=y
37CONFIG_KERNEL_GZIP=y 38CONFIG_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
40CONFIG_SYSVIPC=y 42CONFIG_SYSVIPC=y
41CONFIG_SYSVIPC_SYSCTL=y 43CONFIG_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#
50CONFIG_TREE_RCU=y 52CONFIG_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
53CONFIG_RCU_FANOUT=32 56CONFIG_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
56CONFIG_IKCONFIG=y 59CONFIG_IKCONFIG=y
57CONFIG_IKCONFIG_PROC=y 60CONFIG_IKCONFIG_PROC=y
58CONFIG_LOG_BUF_SHIFT=14 61CONFIG_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=""
66CONFIG_RD_GZIP=y 67CONFIG_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
70CONFIG_SYSCTL=y 72CONFIG_SYSCTL=y
71CONFIG_ANON_INODES=y 73CONFIG_ANON_INODES=y
@@ -98,6 +100,7 @@ CONFIG_SLAB=y
98CONFIG_MMAP_ALLOW_UNINITIALIZED=y 100CONFIG_MMAP_ALLOW_UNINITIALIZED=y
99# CONFIG_PROFILING is not set 101# CONFIG_PROFILING is not set
100CONFIG_HAVE_OPROFILE=y 102CONFIG_HAVE_OPROFILE=y
103CONFIG_HAVE_ARCH_TRACEHOOK=y
101 104
102# 105#
103# GCOV-based kernel profiling 106# GCOV-based kernel profiling
@@ -106,6 +109,7 @@ CONFIG_HAVE_OPROFILE=y
106# CONFIG_SLOW_WORK is not set 109# CONFIG_SLOW_WORK is not set
107# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 110# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
108CONFIG_SLABINFO=y 111CONFIG_SLABINFO=y
112CONFIG_RT_MUTEXES=y
109CONFIG_BASE_SMALL=0 113CONFIG_BASE_SMALL=0
110CONFIG_MODULES=y 114CONFIG_MODULES=y
111# CONFIG_MODULE_FORCE_LOAD is not set 115# CONFIG_MODULE_FORCE_LOAD is not set
@@ -122,14 +126,41 @@ CONFIG_BLOCK=y
122# IO Schedulers 126# IO Schedulers
123# 127#
124CONFIG_IOSCHED_NOOP=y 128CONFIG_IOSCHED_NOOP=y
125CONFIG_IOSCHED_AS=y
126# CONFIG_IOSCHED_DEADLINE is not set 129# CONFIG_IOSCHED_DEADLINE is not set
127CONFIG_IOSCHED_CFQ=y 130CONFIG_IOSCHED_CFQ=y
128CONFIG_DEFAULT_AS=y
129# CONFIG_DEFAULT_DEADLINE is not set 131# CONFIG_DEFAULT_DEADLINE is not set
130# CONFIG_DEFAULT_CFQ is not set 132CONFIG_DEFAULT_CFQ=y
131# CONFIG_DEFAULT_NOOP is not set 133# CONFIG_DEFAULT_NOOP is not set
132CONFIG_DEFAULT_IOSCHED="anticipatory" 134CONFIG_DEFAULT_IOSCHED="cfq"
135# CONFIG_INLINE_SPIN_TRYLOCK is not set
136# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
137# CONFIG_INLINE_SPIN_LOCK is not set
138# CONFIG_INLINE_SPIN_LOCK_BH is not set
139# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
140# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
141CONFIG_INLINE_SPIN_UNLOCK=y
142# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
143CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
144# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
145# CONFIG_INLINE_READ_TRYLOCK is not set
146# CONFIG_INLINE_READ_LOCK is not set
147# CONFIG_INLINE_READ_LOCK_BH is not set
148# CONFIG_INLINE_READ_LOCK_IRQ is not set
149# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
150CONFIG_INLINE_READ_UNLOCK=y
151# CONFIG_INLINE_READ_UNLOCK_BH is not set
152CONFIG_INLINE_READ_UNLOCK_IRQ=y
153# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
154# CONFIG_INLINE_WRITE_TRYLOCK is not set
155# CONFIG_INLINE_WRITE_LOCK is not set
156# CONFIG_INLINE_WRITE_LOCK_BH is not set
157# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
158# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
159CONFIG_INLINE_WRITE_UNLOCK=y
160# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
161CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
162# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
163# CONFIG_MUTEX_SPIN_ON_OWNER is not set
133# CONFIG_PREEMPT_NONE is not set 164# CONFIG_PREEMPT_NONE is not set
134CONFIG_PREEMPT_VOLUNTARY=y 165CONFIG_PREEMPT_VOLUNTARY=y
135# CONFIG_PREEMPT is not set 166# CONFIG_PREEMPT is not set
@@ -232,6 +263,7 @@ CONFIG_BF52x=y
232CONFIG_BFIN527_EZKIT_V2=y 263CONFIG_BFIN527_EZKIT_V2=y
233# CONFIG_BFIN527_BLUETECHNIX_CM is not set 264# CONFIG_BFIN527_BLUETECHNIX_CM is not set
234# CONFIG_BFIN526_EZBRD is not set 265# CONFIG_BFIN526_EZBRD is not set
266# CONFIG_BFIN527_AD7160EVAL is not set
235 267
236# 268#
237# BF527 Specific Configuration 269# BF527 Specific Configuration
@@ -294,8 +326,16 @@ CONFIG_HZ=250
294# CONFIG_SCHED_HRTICK is not set 326# CONFIG_SCHED_HRTICK is not set
295CONFIG_GENERIC_TIME=y 327CONFIG_GENERIC_TIME=y
296CONFIG_GENERIC_CLOCKEVENTS=y 328CONFIG_GENERIC_CLOCKEVENTS=y
329
330#
331# Clock event device
332#
297# CONFIG_TICKSOURCE_GPTMR0 is not set 333# CONFIG_TICKSOURCE_GPTMR0 is not set
298CONFIG_TICKSOURCE_CORETMR=y 334CONFIG_TICKSOURCE_CORETMR=y
335
336#
337# Clock souce
338#
299# CONFIG_CYCLES_CLOCKSOURCE is not set 339# CONFIG_CYCLES_CLOCKSOURCE is not set
300# CONFIG_GPTMR0_CLOCKSOURCE is not set 340# CONFIG_GPTMR0_CLOCKSOURCE is not set
301# CONFIG_NO_HZ is not set 341# CONFIG_NO_HZ is not set
@@ -326,12 +366,16 @@ CONFIG_ARITHMETIC_OPS_L1=y
326CONFIG_ACCESS_OK_L1=y 366CONFIG_ACCESS_OK_L1=y
327# CONFIG_MEMSET_L1 is not set 367# CONFIG_MEMSET_L1 is not set
328# CONFIG_MEMCPY_L1 is not set 368# CONFIG_MEMCPY_L1 is not set
369CONFIG_STRCMP_L1=y
370CONFIG_STRNCMP_L1=y
371CONFIG_STRCPY_L1=y
372CONFIG_STRNCPY_L1=y
329# CONFIG_SYS_BFIN_SPINLOCK_L1 is not set 373# CONFIG_SYS_BFIN_SPINLOCK_L1 is not set
330# CONFIG_IP_CHECKSUM_L1 is not set 374# CONFIG_IP_CHECKSUM_L1 is not set
331CONFIG_CACHELINE_ALIGNED_L1=y 375CONFIG_CACHELINE_ALIGNED_L1=y
332# CONFIG_SYSCALL_TAB_L1 is not set 376# CONFIG_SYSCALL_TAB_L1 is not set
333# CONFIG_CPLB_SWITCH_TAB_L1 is not set 377# CONFIG_CPLB_SWITCH_TAB_L1 is not set
334CONFIG_APP_STACK_L1=y 378CONFIG_CACHE_FLUSH_L1=y
335 379
336# 380#
337# Speed Optimizations 381# Speed Optimizations
@@ -431,7 +475,6 @@ CONFIG_NET=y
431# Networking options 475# Networking options
432# 476#
433CONFIG_PACKET=y 477CONFIG_PACKET=y
434# CONFIG_PACKET_MMAP is not set
435CONFIG_UNIX=y 478CONFIG_UNIX=y
436# CONFIG_NET_KEY is not set 479# CONFIG_NET_KEY is not set
437CONFIG_INET=y 480CONFIG_INET=y
@@ -654,6 +697,10 @@ CONFIG_MTD_NAND_IDS=m
654CONFIG_BLK_DEV=y 697CONFIG_BLK_DEV=y
655# CONFIG_BLK_DEV_COW_COMMON is not set 698# CONFIG_BLK_DEV_COW_COMMON is not set
656# CONFIG_BLK_DEV_LOOP is not set 699# CONFIG_BLK_DEV_LOOP is not set
700
701#
702# DRBD disabled because PROC_FS, INET or CONNECTOR not selected
703#
657# CONFIG_BLK_DEV_NBD is not set 704# CONFIG_BLK_DEV_NBD is not set
658# CONFIG_BLK_DEV_UB is not set 705# CONFIG_BLK_DEV_UB is not set
659CONFIG_BLK_DEV_RAM=y 706CONFIG_BLK_DEV_RAM=y
@@ -668,6 +715,9 @@ CONFIG_MISC_DEVICES=y
668# CONFIG_ICS932S401 is not set 715# CONFIG_ICS932S401 is not set
669# CONFIG_ENCLOSURE_SERVICES is not set 716# CONFIG_ENCLOSURE_SERVICES is not set
670# CONFIG_ISL29003 is not set 717# CONFIG_ISL29003 is not set
718# CONFIG_SENSORS_TSL2550 is not set
719# CONFIG_DS1682 is not set
720# CONFIG_TI_DAC7512 is not set
671# CONFIG_C2PORT is not set 721# CONFIG_C2PORT is not set
672 722
673# 723#
@@ -684,6 +734,7 @@ CONFIG_HAVE_IDE=y
684# 734#
685# SCSI device support 735# SCSI device support
686# 736#
737CONFIG_SCSI_MOD=y
687# CONFIG_RAID_ATTRS is not set 738# CONFIG_RAID_ATTRS is not set
688CONFIG_SCSI=y 739CONFIG_SCSI=y
689CONFIG_SCSI_DMA=y 740CONFIG_SCSI_DMA=y
@@ -745,6 +796,7 @@ CONFIG_PHYLIB=y
745# CONFIG_NATIONAL_PHY is not set 796# CONFIG_NATIONAL_PHY is not set
746# CONFIG_STE10XP is not set 797# CONFIG_STE10XP is not set
747# CONFIG_LSI_ET1011C_PHY is not set 798# CONFIG_LSI_ET1011C_PHY is not set
799# CONFIG_MICREL_PHY is not set
748# CONFIG_FIXED_PHY is not set 800# CONFIG_FIXED_PHY is not set
749# CONFIG_MDIO_BITBANG is not set 801# CONFIG_MDIO_BITBANG is not set
750CONFIG_NET_ETHERNET=y 802CONFIG_NET_ETHERNET=y
@@ -753,7 +805,6 @@ CONFIG_BFIN_MAC=y
753CONFIG_BFIN_MAC_USE_L1=y 805CONFIG_BFIN_MAC_USE_L1=y
754CONFIG_BFIN_TX_DESC_NUM=10 806CONFIG_BFIN_TX_DESC_NUM=10
755CONFIG_BFIN_RX_DESC_NUM=20 807CONFIG_BFIN_RX_DESC_NUM=20
756CONFIG_BFIN_MAC_RMII=y
757# CONFIG_SMC91X is not set 808# CONFIG_SMC91X is not set
758# CONFIG_DM9000 is not set 809# CONFIG_DM9000 is not set
759# CONFIG_ENC28J60 is not set 810# CONFIG_ENC28J60 is not set
@@ -788,6 +839,7 @@ CONFIG_BFIN_MAC_RMII=y
788# CONFIG_USB_PEGASUS is not set 839# CONFIG_USB_PEGASUS is not set
789# CONFIG_USB_RTL8150 is not set 840# CONFIG_USB_RTL8150 is not set
790# CONFIG_USB_USBNET is not set 841# CONFIG_USB_USBNET is not set
842# CONFIG_USB_IPHETH is not set
791# CONFIG_WAN is not set 843# CONFIG_WAN is not set
792# CONFIG_PPP is not set 844# CONFIG_PPP is not set
793# CONFIG_SLIP is not set 845# CONFIG_SLIP is not set
@@ -803,6 +855,7 @@ CONFIG_BFIN_MAC_RMII=y
803CONFIG_INPUT=y 855CONFIG_INPUT=y
804CONFIG_INPUT_FF_MEMLESS=m 856CONFIG_INPUT_FF_MEMLESS=m
805# CONFIG_INPUT_POLLDEV is not set 857# CONFIG_INPUT_POLLDEV is not set
858# CONFIG_INPUT_SPARSEKMAP is not set
806 859
807# 860#
808# Userland interfaces 861# Userland interfaces
@@ -836,8 +889,11 @@ CONFIG_KEYBOARD_ADP5520=y
836CONFIG_INPUT_TOUCHSCREEN=y 889CONFIG_INPUT_TOUCHSCREEN=y
837# CONFIG_TOUCHSCREEN_ADS7846 is not set 890# CONFIG_TOUCHSCREEN_ADS7846 is not set
838# CONFIG_TOUCHSCREEN_AD7877 is not set 891# CONFIG_TOUCHSCREEN_AD7877 is not set
839CONFIG_TOUCHSCREEN_AD7879_I2C=y
840CONFIG_TOUCHSCREEN_AD7879=y 892CONFIG_TOUCHSCREEN_AD7879=y
893CONFIG_TOUCHSCREEN_AD7879_I2C=y
894# CONFIG_TOUCHSCREEN_AD7879_SPI is not set
895# CONFIG_TOUCHSCREEN_AD7160 is not set
896# CONFIG_TOUCHSCREEN_DYNAPRO is not set
841# CONFIG_TOUCHSCREEN_EETI is not set 897# CONFIG_TOUCHSCREEN_EETI is not set
842# CONFIG_TOUCHSCREEN_FUJITSU is not set 898# CONFIG_TOUCHSCREEN_FUJITSU is not set
843# CONFIG_TOUCHSCREEN_GUNZE is not set 899# CONFIG_TOUCHSCREEN_GUNZE is not set
@@ -855,6 +911,7 @@ CONFIG_TOUCHSCREEN_AD7879=y
855# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set 911# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
856# CONFIG_TOUCHSCREEN_TSC2007 is not set 912# CONFIG_TOUCHSCREEN_TSC2007 is not set
857CONFIG_INPUT_MISC=y 913CONFIG_INPUT_MISC=y
914# CONFIG_INPUT_AD714X is not set
858# CONFIG_INPUT_ATI_REMOTE is not set 915# CONFIG_INPUT_ATI_REMOTE is not set
859# CONFIG_INPUT_ATI_REMOTE2 is not set 916# CONFIG_INPUT_ATI_REMOTE2 is not set
860# CONFIG_INPUT_KEYSPAN_REMOTE is not set 917# CONFIG_INPUT_KEYSPAN_REMOTE is not set
@@ -862,11 +919,10 @@ CONFIG_INPUT_MISC=y
862# CONFIG_INPUT_YEALINK is not set 919# CONFIG_INPUT_YEALINK is not set
863# CONFIG_INPUT_CM109 is not set 920# CONFIG_INPUT_CM109 is not set
864# CONFIG_INPUT_UINPUT is not set 921# CONFIG_INPUT_UINPUT is not set
922# CONFIG_INPUT_PCF8574 is not set
865# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set 923# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
866# CONFIG_INPUT_BFIN_ROTARY is not set 924# CONFIG_INPUT_BFIN_ROTARY is not set
867# CONFIG_INPUT_AD714X is not set
868# CONFIG_INPUT_ADXL34X is not set 925# CONFIG_INPUT_ADXL34X is not set
869# CONFIG_INPUT_PCF8574 is not set
870 926
871# 927#
872# Hardware I/O ports 928# Hardware I/O ports
@@ -912,6 +968,7 @@ CONFIG_SERIAL_BFIN_UART1=y
912CONFIG_SERIAL_CORE=y 968CONFIG_SERIAL_CORE=y
913CONFIG_SERIAL_CORE_CONSOLE=y 969CONFIG_SERIAL_CORE_CONSOLE=y
914# CONFIG_SERIAL_BFIN_SPORT is not set 970# CONFIG_SERIAL_BFIN_SPORT is not set
971# CONFIG_SERIAL_TIMBERDALE is not set
915CONFIG_UNIX98_PTYS=y 972CONFIG_UNIX98_PTYS=y
916# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 973# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
917# CONFIG_LEGACY_PTYS is not set 974# CONFIG_LEGACY_PTYS is not set
@@ -940,6 +997,7 @@ CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=100
940# CONFIG_I2C_GPIO is not set 997# CONFIG_I2C_GPIO is not set
941# CONFIG_I2C_OCORES is not set 998# CONFIG_I2C_OCORES is not set
942# CONFIG_I2C_SIMTEC is not set 999# CONFIG_I2C_SIMTEC is not set
1000# CONFIG_I2C_XILINX is not set
943 1001
944# 1002#
945# External I2C/SMBus adapter drivers 1003# External I2C/SMBus adapter drivers
@@ -953,16 +1011,9 @@ CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=100
953# 1011#
954# CONFIG_I2C_PCA_PLATFORM is not set 1012# CONFIG_I2C_PCA_PLATFORM is not set
955# CONFIG_I2C_STUB is not set 1013# CONFIG_I2C_STUB is not set
956
957#
958# Miscellaneous I2C Chip support
959#
960# CONFIG_DS1682 is not set
961# CONFIG_SENSORS_TSL2550 is not set
962# CONFIG_I2C_DEBUG_CORE is not set 1014# CONFIG_I2C_DEBUG_CORE is not set
963# CONFIG_I2C_DEBUG_ALGO is not set 1015# CONFIG_I2C_DEBUG_ALGO is not set
964# CONFIG_I2C_DEBUG_BUS is not set 1016# CONFIG_I2C_DEBUG_BUS is not set
965# CONFIG_I2C_DEBUG_CHIP is not set
966CONFIG_SPI=y 1017CONFIG_SPI=y
967# CONFIG_SPI_DEBUG is not set 1018# CONFIG_SPI_DEBUG is not set
968CONFIG_SPI_MASTER=y 1019CONFIG_SPI_MASTER=y
@@ -975,6 +1026,8 @@ CONFIG_SPI_BFIN=y
975# CONFIG_SPI_BFIN_SPORT is not set 1026# CONFIG_SPI_BFIN_SPORT is not set
976# CONFIG_SPI_BITBANG is not set 1027# CONFIG_SPI_BITBANG is not set
977# CONFIG_SPI_GPIO is not set 1028# CONFIG_SPI_GPIO is not set
1029# CONFIG_SPI_XILINX is not set
1030# CONFIG_SPI_DESIGNWARE is not set
978 1031
979# 1032#
980# SPI Protocol Masters 1033# SPI Protocol Masters
@@ -994,10 +1047,12 @@ CONFIG_GPIO_SYSFS=y
994# 1047#
995# Memory mapped GPIO expanders: 1048# Memory mapped GPIO expanders:
996# 1049#
1050# CONFIG_GPIO_IT8761E is not set
997 1051
998# 1052#
999# I2C GPIO expanders: 1053# I2C GPIO expanders:
1000# 1054#
1055# CONFIG_GPIO_MAX7300 is not set
1001# CONFIG_GPIO_MAX732X is not set 1056# CONFIG_GPIO_MAX732X is not set
1002# CONFIG_GPIO_PCA953X is not set 1057# CONFIG_GPIO_PCA953X is not set
1003# CONFIG_GPIO_PCF857X is not set 1058# CONFIG_GPIO_PCF857X is not set
@@ -1046,21 +1101,26 @@ CONFIG_SSB_POSSIBLE=y
1046# Multifunction device drivers 1101# Multifunction device drivers
1047# 1102#
1048# CONFIG_MFD_CORE is not set 1103# CONFIG_MFD_CORE is not set
1104# CONFIG_MFD_88PM860X is not set
1049# CONFIG_MFD_SM501 is not set 1105# CONFIG_MFD_SM501 is not set
1050# CONFIG_HTC_PASIC3 is not set 1106# CONFIG_HTC_PASIC3 is not set
1107# CONFIG_HTC_I2CPLD is not set
1051# CONFIG_UCB1400_CORE is not set 1108# CONFIG_UCB1400_CORE is not set
1052# CONFIG_TPS65010 is not set 1109# CONFIG_TPS65010 is not set
1053# CONFIG_TWL4030_CORE is not set 1110# CONFIG_TWL4030_CORE is not set
1054# CONFIG_MFD_TMIO is not set 1111# CONFIG_MFD_TMIO is not set
1055# CONFIG_PMIC_DA903X is not set 1112# CONFIG_PMIC_DA903X is not set
1056CONFIG_PMIC_ADP5520=y 1113CONFIG_PMIC_ADP5520=y
1114# CONFIG_MFD_MAX8925 is not set
1057# CONFIG_MFD_WM8400 is not set 1115# CONFIG_MFD_WM8400 is not set
1058# CONFIG_MFD_WM831X is not set 1116# CONFIG_MFD_WM831X is not set
1059# CONFIG_MFD_WM8350_I2C is not set 1117# CONFIG_MFD_WM8350_I2C is not set
1118# CONFIG_MFD_WM8994 is not set
1060# CONFIG_MFD_PCF50633 is not set 1119# CONFIG_MFD_PCF50633 is not set
1061# CONFIG_MFD_MC13783 is not set 1120# CONFIG_MFD_MC13783 is not set
1062# CONFIG_AB3100_CORE is not set 1121# CONFIG_AB3100_CORE is not set
1063# CONFIG_EZX_PCAP is not set 1122# CONFIG_EZX_PCAP is not set
1123# CONFIG_AB4500_CORE is not set
1064# CONFIG_REGULATOR is not set 1124# CONFIG_REGULATOR is not set
1065# CONFIG_MEDIA_SUPPORT is not set 1125# CONFIG_MEDIA_SUPPORT is not set
1066 1126
@@ -1101,6 +1161,7 @@ CONFIG_FB_BFIN_LQ035Q1=y
1101# CONFIG_FB_BROADSHEET is not set 1161# CONFIG_FB_BROADSHEET is not set
1102CONFIG_BACKLIGHT_LCD_SUPPORT=y 1162CONFIG_BACKLIGHT_LCD_SUPPORT=y
1103CONFIG_LCD_CLASS_DEVICE=m 1163CONFIG_LCD_CLASS_DEVICE=m
1164# CONFIG_LCD_L4F00242T03 is not set
1104# CONFIG_LCD_LMS283GF05 is not set 1165# CONFIG_LCD_LMS283GF05 is not set
1105# CONFIG_LCD_LTV350QV is not set 1166# CONFIG_LCD_LTV350QV is not set
1106# CONFIG_LCD_ILI9320 is not set 1167# CONFIG_LCD_ILI9320 is not set
@@ -1110,6 +1171,7 @@ CONFIG_LCD_CLASS_DEVICE=m
1110CONFIG_BACKLIGHT_CLASS_DEVICE=m 1171CONFIG_BACKLIGHT_CLASS_DEVICE=m
1111CONFIG_BACKLIGHT_GENERIC=m 1172CONFIG_BACKLIGHT_GENERIC=m
1112# CONFIG_BACKLIGHT_ADP5520 is not set 1173# CONFIG_BACKLIGHT_ADP5520 is not set
1174# CONFIG_BACKLIGHT_ADP8860 is not set
1113# CONFIG_BACKLIGHT_ADP8870 is not set 1175# CONFIG_BACKLIGHT_ADP8870 is not set
1114 1176
1115# 1177#
@@ -1158,13 +1220,9 @@ CONFIG_SND_DRIVERS=y
1158# CONFIG_SND_SERIAL_U16550 is not set 1220# CONFIG_SND_SERIAL_U16550 is not set
1159# CONFIG_SND_MPU401 is not set 1221# CONFIG_SND_MPU401 is not set
1160CONFIG_SND_SPI=y 1222CONFIG_SND_SPI=y
1161
1162#
1163# ALSA Blackfin devices
1164#
1165# CONFIG_SND_BFIN_AD73322 is not set
1166CONFIG_SND_USB=y 1223CONFIG_SND_USB=y
1167# CONFIG_SND_USB_AUDIO is not set 1224# CONFIG_SND_USB_AUDIO is not set
1225# CONFIG_SND_USB_UA101 is not set
1168# CONFIG_SND_USB_CAIAQ is not set 1226# CONFIG_SND_USB_CAIAQ is not set
1169CONFIG_SND_SOC=m 1227CONFIG_SND_SOC=m
1170CONFIG_SND_SOC_AC97_BUS=y 1228CONFIG_SND_SOC_AC97_BUS=y
@@ -1173,6 +1231,10 @@ CONFIG_SND_BF5XX_SOC_SSM2602=m
1173# CONFIG_SND_BF5XX_SOC_AD73311 is not set 1231# CONFIG_SND_BF5XX_SOC_AD73311 is not set
1174# CONFIG_SND_BF5XX_SOC_ADAU1371 is not set 1232# CONFIG_SND_BF5XX_SOC_ADAU1371 is not set
1175# CONFIG_SND_BF5XX_SOC_ADAU1761 is not set 1233# CONFIG_SND_BF5XX_SOC_ADAU1761 is not set
1234# CONFIG_SND_BF5XX_SOC_ADAU1361 is not set
1235# CONFIG_SND_BF5XX_SOC_ADAU1381 is not set
1236# CONFIG_SND_BF5XX_SOC_ADAU1373 is not set
1237# CONFIG_SND_BF5XX_SOC_ADAV80X is not set
1176# CONFIG_SND_BF5XX_TDM is not set 1238# CONFIG_SND_BF5XX_TDM is not set
1177CONFIG_SND_BF5XX_AC97=m 1239CONFIG_SND_BF5XX_AC97=m
1178CONFIG_SND_BF5XX_MMAP_SUPPORT=y 1240CONFIG_SND_BF5XX_MMAP_SUPPORT=y
@@ -1203,6 +1265,7 @@ CONFIG_USB_HID=y
1203# 1265#
1204# Special HID drivers 1266# Special HID drivers
1205# 1267#
1268# CONFIG_HID_3M_PCT is not set
1206CONFIG_HID_A4TECH=y 1269CONFIG_HID_A4TECH=y
1207CONFIG_HID_APPLE=y 1270CONFIG_HID_APPLE=y
1208CONFIG_HID_BELKIN=y 1271CONFIG_HID_BELKIN=y
@@ -1218,14 +1281,19 @@ CONFIG_HID_GYRATION=y
1218CONFIG_HID_LOGITECH=y 1281CONFIG_HID_LOGITECH=y
1219# CONFIG_LOGITECH_FF is not set 1282# CONFIG_LOGITECH_FF is not set
1220# CONFIG_LOGIRUMBLEPAD2_FF is not set 1283# CONFIG_LOGIRUMBLEPAD2_FF is not set
1284# CONFIG_LOGIG940_FF is not set
1221CONFIG_HID_MICROSOFT=y 1285CONFIG_HID_MICROSOFT=y
1286# CONFIG_HID_MOSART is not set
1222CONFIG_HID_MONTEREY=y 1287CONFIG_HID_MONTEREY=y
1223# CONFIG_HID_NTRIG is not set 1288# CONFIG_HID_NTRIG is not set
1289# CONFIG_HID_ORTEK is not set
1224CONFIG_HID_PANTHERLORD=y 1290CONFIG_HID_PANTHERLORD=y
1225# CONFIG_PANTHERLORD_FF is not set 1291# CONFIG_PANTHERLORD_FF is not set
1226CONFIG_HID_PETALYNX=y 1292CONFIG_HID_PETALYNX=y
1293# CONFIG_HID_QUANTA is not set
1227CONFIG_HID_SAMSUNG=y 1294CONFIG_HID_SAMSUNG=y
1228CONFIG_HID_SONY=y 1295CONFIG_HID_SONY=y
1296# CONFIG_HID_STANTUM is not set
1229CONFIG_HID_SUNPLUS=y 1297CONFIG_HID_SUNPLUS=y
1230# CONFIG_HID_GREENASIA is not set 1298# CONFIG_HID_GREENASIA is not set
1231# CONFIG_HID_SMARTJOYPLUS is not set 1299# CONFIG_HID_SMARTJOYPLUS is not set
@@ -1246,7 +1314,6 @@ CONFIG_USB=y
1246CONFIG_USB_DEVICEFS=y 1314CONFIG_USB_DEVICEFS=y
1247# CONFIG_USB_DEVICE_CLASS is not set 1315# CONFIG_USB_DEVICE_CLASS is not set
1248# CONFIG_USB_DYNAMIC_MINORS is not set 1316# CONFIG_USB_DYNAMIC_MINORS is not set
1249# CONFIG_USB_OTG is not set
1250# CONFIG_USB_OTG_WHITELIST is not set 1317# CONFIG_USB_OTG_WHITELIST is not set
1251CONFIG_USB_OTG_BLACKLIST_HUB=y 1318CONFIG_USB_OTG_BLACKLIST_HUB=y
1252CONFIG_USB_MON=y 1319CONFIG_USB_MON=y
@@ -1330,7 +1397,6 @@ CONFIG_USB_STORAGE=y
1330# CONFIG_USB_RIO500 is not set 1397# CONFIG_USB_RIO500 is not set
1331# CONFIG_USB_LEGOTOWER is not set 1398# CONFIG_USB_LEGOTOWER is not set
1332# CONFIG_USB_LCD is not set 1399# CONFIG_USB_LCD is not set
1333# CONFIG_USB_BERRY_CHARGE is not set
1334# CONFIG_USB_LED is not set 1400# CONFIG_USB_LED is not set
1335# CONFIG_USB_CYPRESS_CY7C63 is not set 1401# CONFIG_USB_CYPRESS_CY7C63 is not set
1336# CONFIG_USB_CYTHERM is not set 1402# CONFIG_USB_CYTHERM is not set
@@ -1343,7 +1409,6 @@ CONFIG_USB_STORAGE=y
1343# CONFIG_USB_IOWARRIOR is not set 1409# CONFIG_USB_IOWARRIOR is not set
1344# CONFIG_USB_TEST is not set 1410# CONFIG_USB_TEST is not set
1345# CONFIG_USB_ISIGHTFW is not set 1411# CONFIG_USB_ISIGHTFW is not set
1346# CONFIG_USB_VST is not set
1347# CONFIG_USB_GADGET is not set 1412# CONFIG_USB_GADGET is not set
1348 1413
1349# 1414#
@@ -1366,11 +1431,8 @@ CONFIG_LEDS_CLASS=y
1366# CONFIG_LEDS_PCA955X is not set 1431# CONFIG_LEDS_PCA955X is not set
1367# CONFIG_LEDS_DAC124S085 is not set 1432# CONFIG_LEDS_DAC124S085 is not set
1368# CONFIG_LEDS_BD2802 is not set 1433# CONFIG_LEDS_BD2802 is not set
1434# CONFIG_LEDS_LT3593 is not set
1369CONFIG_LEDS_ADP5520=y 1435CONFIG_LEDS_ADP5520=y
1370
1371#
1372# LED Triggers
1373#
1374# CONFIG_LEDS_TRIGGERS is not set 1436# CONFIG_LEDS_TRIGGERS is not set
1375# CONFIG_ACCESSIBILITY is not set 1437# CONFIG_ACCESSIBILITY is not set
1376CONFIG_RTC_LIB=y 1438CONFIG_RTC_LIB=y
@@ -1401,6 +1463,7 @@ CONFIG_RTC_INTF_DEV=y
1401# CONFIG_RTC_DRV_PCF8563 is not set 1463# CONFIG_RTC_DRV_PCF8563 is not set
1402# CONFIG_RTC_DRV_PCF8583 is not set 1464# CONFIG_RTC_DRV_PCF8583 is not set
1403# CONFIG_RTC_DRV_M41T80 is not set 1465# CONFIG_RTC_DRV_M41T80 is not set
1466# CONFIG_RTC_DRV_BQ32K is not set
1404# CONFIG_RTC_DRV_S35390A is not set 1467# CONFIG_RTC_DRV_S35390A is not set
1405# CONFIG_RTC_DRV_FM3130 is not set 1468# CONFIG_RTC_DRV_FM3130 is not set
1406# CONFIG_RTC_DRV_RX8581 is not set 1469# CONFIG_RTC_DRV_RX8581 is not set
@@ -1429,7 +1492,9 @@ CONFIG_RTC_INTF_DEV=y
1429# CONFIG_RTC_DRV_M48T86 is not set 1492# CONFIG_RTC_DRV_M48T86 is not set
1430# CONFIG_RTC_DRV_M48T35 is not set 1493# CONFIG_RTC_DRV_M48T35 is not set
1431# CONFIG_RTC_DRV_M48T59 is not set 1494# CONFIG_RTC_DRV_M48T59 is not set
1495# CONFIG_RTC_DRV_MSM6242 is not set
1432# CONFIG_RTC_DRV_BQ4802 is not set 1496# CONFIG_RTC_DRV_BQ4802 is not set
1497# CONFIG_RTC_DRV_RP5C01 is not set
1433# CONFIG_RTC_DRV_V3020 is not set 1498# CONFIG_RTC_DRV_V3020 is not set
1434 1499
1435# 1500#
@@ -1462,7 +1527,6 @@ CONFIG_EXT2_FS=m
1462# CONFIG_JFS_FS is not set 1527# CONFIG_JFS_FS is not set
1463# CONFIG_FS_POSIX_ACL is not set 1528# CONFIG_FS_POSIX_ACL is not set
1464# CONFIG_XFS_FS is not set 1529# CONFIG_XFS_FS is not set
1465# CONFIG_GFS2_FS is not set
1466# CONFIG_OCFS2_FS is not set 1530# CONFIG_OCFS2_FS is not set
1467# CONFIG_BTRFS_FS is not set 1531# CONFIG_BTRFS_FS is not set
1468# CONFIG_NILFS2_FS is not set 1532# CONFIG_NILFS2_FS is not set
@@ -1527,6 +1591,7 @@ CONFIG_JFFS2_ZLIB=y
1527# CONFIG_JFFS2_LZO is not set 1591# CONFIG_JFFS2_LZO is not set
1528CONFIG_JFFS2_RTIME=y 1592CONFIG_JFFS2_RTIME=y
1529# CONFIG_JFFS2_RUBIN is not set 1593# CONFIG_JFFS2_RUBIN is not set
1594# CONFIG_LOGFS is not set
1530# CONFIG_CRAMFS is not set 1595# CONFIG_CRAMFS is not set
1531# CONFIG_SQUASHFS is not set 1596# CONFIG_SQUASHFS is not set
1532# CONFIG_VXFS_FS is not set 1597# CONFIG_VXFS_FS is not set
@@ -1551,6 +1616,7 @@ CONFIG_SUNRPC=m
1551# CONFIG_RPCSEC_GSS_SPKM3 is not set 1616# CONFIG_RPCSEC_GSS_SPKM3 is not set
1552CONFIG_SMB_FS=m 1617CONFIG_SMB_FS=m
1553# CONFIG_SMB_NLS_DEFAULT is not set 1618# CONFIG_SMB_NLS_DEFAULT is not set
1619# CONFIG_CEPH_FS is not set
1554# CONFIG_CIFS is not set 1620# CONFIG_CIFS is not set
1555# CONFIG_NCP_FS is not set 1621# CONFIG_NCP_FS is not set
1556# CONFIG_CODA_FS is not set 1622# CONFIG_CODA_FS is not set
@@ -1629,6 +1695,8 @@ CONFIG_SCHED_DEBUG=y
1629# CONFIG_TIMER_STATS is not set 1695# CONFIG_TIMER_STATS is not set
1630# CONFIG_DEBUG_OBJECTS is not set 1696# CONFIG_DEBUG_OBJECTS is not set
1631# CONFIG_DEBUG_SLAB is not set 1697# CONFIG_DEBUG_SLAB is not set
1698# CONFIG_DEBUG_RT_MUTEXES is not set
1699# CONFIG_RT_MUTEX_TESTER is not set
1632# CONFIG_DEBUG_SPINLOCK is not set 1700# CONFIG_DEBUG_SPINLOCK is not set
1633# CONFIG_DEBUG_MUTEXES is not set 1701# CONFIG_DEBUG_MUTEXES is not set
1634# CONFIG_DEBUG_LOCK_ALLOC is not set 1702# CONFIG_DEBUG_LOCK_ALLOC is not set
@@ -1652,17 +1720,18 @@ CONFIG_DEBUG_INFO=y
1652# CONFIG_RCU_TORTURE_TEST is not set 1720# CONFIG_RCU_TORTURE_TEST is not set
1653# CONFIG_RCU_CPU_STALL_DETECTOR is not set 1721# CONFIG_RCU_CPU_STALL_DETECTOR is not set
1654# CONFIG_BACKTRACE_SELF_TEST is not set 1722# CONFIG_BACKTRACE_SELF_TEST is not set
1723# CONFIG_TRACEHOOK_SELF_TEST is not set
1655# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1724# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
1656# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1725# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
1726# CONFIG_LKDTM is not set
1657# CONFIG_FAULT_INJECTION is not set 1727# CONFIG_FAULT_INJECTION is not set
1728# CONFIG_SYSCTL_SYSCALL_CHECK is not set
1658# CONFIG_PAGE_POISONING is not set 1729# CONFIG_PAGE_POISONING is not set
1659CONFIG_HAVE_FUNCTION_TRACER=y 1730CONFIG_HAVE_FUNCTION_TRACER=y
1660CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 1731CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
1732CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
1661CONFIG_TRACING_SUPPORT=y 1733CONFIG_TRACING_SUPPORT=y
1662# CONFIG_FTRACE is not set 1734# CONFIG_FTRACE is not set
1663# CONFIG_BRANCH_PROFILE_NONE is not set
1664# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
1665# CONFIG_PROFILE_ALL_BRANCHES is not set
1666# CONFIG_DYNAMIC_DEBUG is not set 1735# CONFIG_DYNAMIC_DEBUG is not set
1667# CONFIG_SAMPLES is not set 1736# CONFIG_SAMPLES is not set
1668CONFIG_HAVE_ARCH_KGDB=y 1737CONFIG_HAVE_ARCH_KGDB=y
@@ -1689,6 +1758,7 @@ CONFIG_EARLY_PRINTK=y
1689CONFIG_CPLB_INFO=y 1758CONFIG_CPLB_INFO=y
1690CONFIG_ACCESS_CHECK=y 1759CONFIG_ACCESS_CHECK=y
1691# CONFIG_BFIN_ISRAM_SELF_TEST is not set 1760# CONFIG_BFIN_ISRAM_SELF_TEST is not set
1761# CONFIG_BFIN_PSEUDODBG_INSNS is not set
1692 1762
1693# 1763#
1694# Security options 1764# Security options
@@ -1698,9 +1768,12 @@ CONFIG_SECURITY=y
1698# CONFIG_SECURITYFS is not set 1768# CONFIG_SECURITYFS is not set
1699# CONFIG_SECURITY_NETWORK is not set 1769# CONFIG_SECURITY_NETWORK is not set
1700# CONFIG_SECURITY_PATH is not set 1770# CONFIG_SECURITY_PATH is not set
1701# CONFIG_SECURITY_FILE_CAPABILITIES is not set
1702# CONFIG_SECURITY_ROOTPLUG is not set
1703# CONFIG_SECURITY_TOMOYO is not set 1771# CONFIG_SECURITY_TOMOYO is not set
1772# CONFIG_DEFAULT_SECURITY_SELINUX is not set
1773# CONFIG_DEFAULT_SECURITY_SMACK is not set
1774# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
1775CONFIG_DEFAULT_SECURITY_DAC=y
1776CONFIG_DEFAULT_SECURITY=""
1704CONFIG_CRYPTO=y 1777CONFIG_CRYPTO=y
1705 1778
1706# 1779#