diff options
Diffstat (limited to 'arch/sh/configs/se7750_defconfig')
-rw-r--r-- | arch/sh/configs/se7750_defconfig | 75 |
1 files changed, 53 insertions, 22 deletions
diff --git a/arch/sh/configs/se7750_defconfig b/arch/sh/configs/se7750_defconfig index 564bf7bdce6b..7bc926c17b79 100644 --- a/arch/sh/configs/se7750_defconfig +++ b/arch/sh/configs/se7750_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.30 | 3 | # Linux kernel version: 2.6.31 |
4 | # Thu Jun 18 13:00:01 2009 | 4 | # Thu Sep 24 18:58:58 2009 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | 7 | CONFIG_SUPERH32=y |
@@ -14,6 +14,7 @@ CONFIG_GENERIC_HWEIGHT=y | |||
14 | CONFIG_GENERIC_HARDIRQS=y | 14 | CONFIG_GENERIC_HARDIRQS=y |
15 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | 15 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y |
16 | CONFIG_GENERIC_IRQ_PROBE=y | 16 | CONFIG_GENERIC_IRQ_PROBE=y |
17 | CONFIG_IRQ_PER_CPU=y | ||
17 | # CONFIG_GENERIC_GPIO is not set | 18 | # CONFIG_GENERIC_GPIO is not set |
18 | CONFIG_GENERIC_TIME=y | 19 | CONFIG_GENERIC_TIME=y |
19 | CONFIG_GENERIC_CLOCKEVENTS=y | 20 | CONFIG_GENERIC_CLOCKEVENTS=y |
@@ -27,7 +28,9 @@ CONFIG_HAVE_LATENCYTOP_SUPPORT=y | |||
27 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 28 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
28 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | 29 | CONFIG_ARCH_NO_VIRT_TO_BUS=y |
29 | CONFIG_ARCH_HAS_DEFAULT_IDLE=y | 30 | CONFIG_ARCH_HAS_DEFAULT_IDLE=y |
31 | CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y | ||
30 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 32 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
33 | CONFIG_CONSTRUCTORS=y | ||
31 | 34 | ||
32 | # | 35 | # |
33 | # General setup | 36 | # General setup |
@@ -37,6 +40,12 @@ CONFIG_BROKEN_ON_SMP=y | |||
37 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 40 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
38 | CONFIG_LOCALVERSION="" | 41 | CONFIG_LOCALVERSION="" |
39 | CONFIG_LOCALVERSION_AUTO=y | 42 | CONFIG_LOCALVERSION_AUTO=y |
43 | CONFIG_HAVE_KERNEL_GZIP=y | ||
44 | CONFIG_HAVE_KERNEL_BZIP2=y | ||
45 | CONFIG_HAVE_KERNEL_LZMA=y | ||
46 | CONFIG_KERNEL_GZIP=y | ||
47 | # CONFIG_KERNEL_BZIP2 is not set | ||
48 | # CONFIG_KERNEL_LZMA is not set | ||
40 | # CONFIG_SWAP is not set | 49 | # CONFIG_SWAP is not set |
41 | CONFIG_SYSVIPC=y | 50 | CONFIG_SYSVIPC=y |
42 | CONFIG_SYSVIPC_SYSCTL=y | 51 | CONFIG_SYSVIPC_SYSCTL=y |
@@ -49,11 +58,12 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
49 | # | 58 | # |
50 | # RCU Subsystem | 59 | # RCU Subsystem |
51 | # | 60 | # |
52 | CONFIG_CLASSIC_RCU=y | 61 | CONFIG_TREE_RCU=y |
53 | # CONFIG_TREE_RCU is not set | 62 | # CONFIG_TREE_PREEMPT_RCU is not set |
54 | # CONFIG_PREEMPT_RCU is not set | 63 | # CONFIG_RCU_TRACE is not set |
64 | CONFIG_RCU_FANOUT=32 | ||
65 | # CONFIG_RCU_FANOUT_EXACT is not set | ||
55 | # CONFIG_TREE_RCU_TRACE is not set | 66 | # CONFIG_TREE_RCU_TRACE is not set |
56 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
57 | CONFIG_IKCONFIG=y | 67 | CONFIG_IKCONFIG=y |
58 | CONFIG_IKCONFIG_PROC=y | 68 | CONFIG_IKCONFIG_PROC=y |
59 | CONFIG_LOG_BUF_SHIFT=14 | 69 | CONFIG_LOG_BUF_SHIFT=14 |
@@ -84,18 +94,19 @@ CONFIG_TIMERFD=y | |||
84 | CONFIG_EVENTFD=y | 94 | CONFIG_EVENTFD=y |
85 | CONFIG_SHMEM=y | 95 | CONFIG_SHMEM=y |
86 | CONFIG_AIO=y | 96 | CONFIG_AIO=y |
97 | CONFIG_HAVE_PERF_EVENTS=y | ||
87 | 98 | ||
88 | # | 99 | # |
89 | # Performance Counters | 100 | # Kernel Performance Events And Counters |
90 | # | 101 | # |
102 | # CONFIG_PERF_EVENTS is not set | ||
103 | # CONFIG_PERF_COUNTERS is not set | ||
91 | CONFIG_VM_EVENT_COUNTERS=y | 104 | CONFIG_VM_EVENT_COUNTERS=y |
92 | # CONFIG_STRIP_ASM_SYMS is not set | ||
93 | CONFIG_COMPAT_BRK=y | 105 | CONFIG_COMPAT_BRK=y |
94 | CONFIG_SLAB=y | 106 | CONFIG_SLAB=y |
95 | # CONFIG_SLUB is not set | 107 | # CONFIG_SLUB is not set |
96 | # CONFIG_SLOB is not set | 108 | # CONFIG_SLOB is not set |
97 | # CONFIG_PROFILING is not set | 109 | # CONFIG_PROFILING is not set |
98 | # CONFIG_MARKERS is not set | ||
99 | CONFIG_HAVE_OPROFILE=y | 110 | CONFIG_HAVE_OPROFILE=y |
100 | # CONFIG_KPROBES is not set | 111 | # CONFIG_KPROBES is not set |
101 | CONFIG_HAVE_IOREMAP_PROT=y | 112 | CONFIG_HAVE_IOREMAP_PROT=y |
@@ -104,6 +115,10 @@ CONFIG_HAVE_KRETPROBES=y | |||
104 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 115 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
105 | CONFIG_HAVE_CLK=y | 116 | CONFIG_HAVE_CLK=y |
106 | CONFIG_HAVE_DMA_API_DEBUG=y | 117 | CONFIG_HAVE_DMA_API_DEBUG=y |
118 | |||
119 | # | ||
120 | # GCOV-based kernel profiling | ||
121 | # | ||
107 | # CONFIG_SLOW_WORK is not set | 122 | # CONFIG_SLOW_WORK is not set |
108 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | 123 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y |
109 | CONFIG_SLABINFO=y | 124 | CONFIG_SLABINFO=y |
@@ -115,7 +130,7 @@ CONFIG_MODULES=y | |||
115 | # CONFIG_MODVERSIONS is not set | 130 | # CONFIG_MODVERSIONS is not set |
116 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 131 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
117 | CONFIG_BLOCK=y | 132 | CONFIG_BLOCK=y |
118 | # CONFIG_LBD is not set | 133 | CONFIG_LBDAF=y |
119 | # CONFIG_BLK_DEV_BSG is not set | 134 | # CONFIG_BLK_DEV_BSG is not set |
120 | # CONFIG_BLK_DEV_INTEGRITY is not set | 135 | # CONFIG_BLK_DEV_INTEGRITY is not set |
121 | 136 | ||
@@ -162,6 +177,7 @@ CONFIG_CPU_SUBTYPE_SH7750=y | |||
162 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 177 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
163 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | 178 | # CONFIG_CPU_SUBTYPE_SH7723 is not set |
164 | # CONFIG_CPU_SUBTYPE_SH7724 is not set | 179 | # CONFIG_CPU_SUBTYPE_SH7724 is not set |
180 | # CONFIG_CPU_SUBTYPE_SH7757 is not set | ||
165 | # CONFIG_CPU_SUBTYPE_SH7763 is not set | 181 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
166 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 182 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
167 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 183 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
@@ -207,6 +223,7 @@ CONFIG_ZONE_DMA_FLAG=0 | |||
207 | CONFIG_NR_QUICK=2 | 223 | CONFIG_NR_QUICK=2 |
208 | CONFIG_HAVE_MLOCK=y | 224 | CONFIG_HAVE_MLOCK=y |
209 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | 225 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y |
226 | # CONFIG_KSM is not set | ||
210 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | 227 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 |
211 | 228 | ||
212 | # | 229 | # |
@@ -291,7 +308,8 @@ CONFIG_ZERO_PAGE_OFFSET=0x00001000 | |||
291 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | 308 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
292 | CONFIG_ENTRY_OFFSET=0x00001000 | 309 | CONFIG_ENTRY_OFFSET=0x00001000 |
293 | # CONFIG_UBC_WAKEUP is not set | 310 | # CONFIG_UBC_WAKEUP is not set |
294 | # CONFIG_CMDLINE_BOOL is not set | 311 | # CONFIG_CMDLINE_OVERWRITE is not set |
312 | # CONFIG_CMDLINE_EXTEND is not set | ||
295 | 313 | ||
296 | # | 314 | # |
297 | # Bus options | 315 | # Bus options |
@@ -358,6 +376,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
358 | # CONFIG_NETFILTER is not set | 376 | # CONFIG_NETFILTER is not set |
359 | # CONFIG_IP_DCCP is not set | 377 | # CONFIG_IP_DCCP is not set |
360 | # CONFIG_IP_SCTP is not set | 378 | # CONFIG_IP_SCTP is not set |
379 | # CONFIG_RDS is not set | ||
361 | # CONFIG_TIPC is not set | 380 | # CONFIG_TIPC is not set |
362 | # CONFIG_ATM is not set | 381 | # CONFIG_ATM is not set |
363 | # CONFIG_BRIDGE is not set | 382 | # CONFIG_BRIDGE is not set |
@@ -387,6 +406,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
387 | # CONFIG_AF_RXRPC is not set | 406 | # CONFIG_AF_RXRPC is not set |
388 | CONFIG_WIRELESS=y | 407 | CONFIG_WIRELESS=y |
389 | # CONFIG_CFG80211 is not set | 408 | # CONFIG_CFG80211 is not set |
409 | CONFIG_CFG80211_DEFAULT_PS_VALUE=0 | ||
390 | # CONFIG_WIRELESS_OLD_REGULATORY is not set | 410 | # CONFIG_WIRELESS_OLD_REGULATORY is not set |
391 | # CONFIG_WIRELESS_EXT is not set | 411 | # CONFIG_WIRELESS_EXT is not set |
392 | # CONFIG_LIB80211 is not set | 412 | # CONFIG_LIB80211 is not set |
@@ -394,7 +414,6 @@ CONFIG_WIRELESS=y | |||
394 | # | 414 | # |
395 | # CFG80211 needs to be enabled for MAC80211 | 415 | # CFG80211 needs to be enabled for MAC80211 |
396 | # | 416 | # |
397 | CONFIG_MAC80211_DEFAULT_PS_VALUE=0 | ||
398 | # CONFIG_WIMAX is not set | 417 | # CONFIG_WIMAX is not set |
399 | # CONFIG_RFKILL is not set | 418 | # CONFIG_RFKILL is not set |
400 | # CONFIG_NET_9P is not set | 419 | # CONFIG_NET_9P is not set |
@@ -412,9 +431,9 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
412 | # CONFIG_CONNECTOR is not set | 431 | # CONFIG_CONNECTOR is not set |
413 | CONFIG_MTD=y | 432 | CONFIG_MTD=y |
414 | # CONFIG_MTD_DEBUG is not set | 433 | # CONFIG_MTD_DEBUG is not set |
434 | # CONFIG_MTD_TESTS is not set | ||
415 | # CONFIG_MTD_CONCAT is not set | 435 | # CONFIG_MTD_CONCAT is not set |
416 | CONFIG_MTD_PARTITIONS=y | 436 | CONFIG_MTD_PARTITIONS=y |
417 | # CONFIG_MTD_TESTS is not set | ||
418 | # CONFIG_MTD_REDBOOT_PARTS is not set | 437 | # CONFIG_MTD_REDBOOT_PARTS is not set |
419 | # CONFIG_MTD_CMDLINE_PARTS is not set | 438 | # CONFIG_MTD_CMDLINE_PARTS is not set |
420 | # CONFIG_MTD_AR7_PARTS is not set | 439 | # CONFIG_MTD_AR7_PARTS is not set |
@@ -563,7 +582,6 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
563 | # CONFIG_SCSI_SRP_ATTRS is not set | 582 | # CONFIG_SCSI_SRP_ATTRS is not set |
564 | CONFIG_SCSI_LOWLEVEL=y | 583 | CONFIG_SCSI_LOWLEVEL=y |
565 | # CONFIG_ISCSI_TCP is not set | 584 | # CONFIG_ISCSI_TCP is not set |
566 | # CONFIG_SCSI_BNX2_ISCSI is not set | ||
567 | # CONFIG_LIBFC is not set | 585 | # CONFIG_LIBFC is not set |
568 | # CONFIG_LIBFCOE is not set | 586 | # CONFIG_LIBFCOE is not set |
569 | # CONFIG_SCSI_DEBUG is not set | 587 | # CONFIG_SCSI_DEBUG is not set |
@@ -599,10 +617,7 @@ CONFIG_STNIC=y | |||
599 | # CONFIG_KS8842 is not set | 617 | # CONFIG_KS8842 is not set |
600 | CONFIG_NETDEV_1000=y | 618 | CONFIG_NETDEV_1000=y |
601 | CONFIG_NETDEV_10000=y | 619 | CONFIG_NETDEV_10000=y |
602 | 620 | CONFIG_WLAN=y | |
603 | # | ||
604 | # Wireless LAN | ||
605 | # | ||
606 | # CONFIG_WLAN_PRE80211 is not set | 621 | # CONFIG_WLAN_PRE80211 is not set |
607 | # CONFIG_WLAN_80211 is not set | 622 | # CONFIG_WLAN_80211 is not set |
608 | 623 | ||
@@ -665,10 +680,20 @@ CONFIG_HW_RANDOM=y | |||
665 | # CONFIG_TCG_TPM is not set | 680 | # CONFIG_TCG_TPM is not set |
666 | # CONFIG_I2C is not set | 681 | # CONFIG_I2C is not set |
667 | # CONFIG_SPI is not set | 682 | # CONFIG_SPI is not set |
683 | |||
684 | # | ||
685 | # PPS support | ||
686 | # | ||
687 | # CONFIG_PPS is not set | ||
668 | # CONFIG_W1 is not set | 688 | # CONFIG_W1 is not set |
669 | # CONFIG_POWER_SUPPLY is not set | 689 | # CONFIG_POWER_SUPPLY is not set |
670 | CONFIG_HWMON=y | 690 | CONFIG_HWMON=y |
671 | # CONFIG_HWMON_VID is not set | 691 | # CONFIG_HWMON_VID is not set |
692 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
693 | |||
694 | # | ||
695 | # Native drivers | ||
696 | # | ||
672 | # CONFIG_SENSORS_F71805F is not set | 697 | # CONFIG_SENSORS_F71805F is not set |
673 | # CONFIG_SENSORS_F71882FG is not set | 698 | # CONFIG_SENSORS_F71882FG is not set |
674 | # CONFIG_SENSORS_IT87 is not set | 699 | # CONFIG_SENSORS_IT87 is not set |
@@ -679,9 +704,7 @@ CONFIG_HWMON=y | |||
679 | # CONFIG_SENSORS_VT1211 is not set | 704 | # CONFIG_SENSORS_VT1211 is not set |
680 | # CONFIG_SENSORS_W83627HF is not set | 705 | # CONFIG_SENSORS_W83627HF is not set |
681 | # CONFIG_SENSORS_W83627EHF is not set | 706 | # CONFIG_SENSORS_W83627EHF is not set |
682 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
683 | # CONFIG_THERMAL is not set | 707 | # CONFIG_THERMAL is not set |
684 | # CONFIG_THERMAL_HWMON is not set | ||
685 | CONFIG_WATCHDOG=y | 708 | CONFIG_WATCHDOG=y |
686 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 709 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
687 | 710 | ||
@@ -766,8 +789,10 @@ CONFIG_RTC_LIB=y | |||
766 | # CONFIG_JFS_FS is not set | 789 | # CONFIG_JFS_FS is not set |
767 | # CONFIG_FS_POSIX_ACL is not set | 790 | # CONFIG_FS_POSIX_ACL is not set |
768 | # CONFIG_XFS_FS is not set | 791 | # CONFIG_XFS_FS is not set |
792 | # CONFIG_GFS2_FS is not set | ||
769 | # CONFIG_OCFS2_FS is not set | 793 | # CONFIG_OCFS2_FS is not set |
770 | # CONFIG_BTRFS_FS is not set | 794 | # CONFIG_BTRFS_FS is not set |
795 | # CONFIG_NILFS2_FS is not set | ||
771 | CONFIG_FILE_LOCKING=y | 796 | CONFIG_FILE_LOCKING=y |
772 | CONFIG_FSNOTIFY=y | 797 | CONFIG_FSNOTIFY=y |
773 | CONFIG_DNOTIFY=y | 798 | CONFIG_DNOTIFY=y |
@@ -838,7 +863,6 @@ CONFIG_JFFS2_RTIME=y | |||
838 | # CONFIG_ROMFS_FS is not set | 863 | # CONFIG_ROMFS_FS is not set |
839 | # CONFIG_SYSV_FS is not set | 864 | # CONFIG_SYSV_FS is not set |
840 | # CONFIG_UFS_FS is not set | 865 | # CONFIG_UFS_FS is not set |
841 | # CONFIG_NILFS2_FS is not set | ||
842 | CONFIG_NETWORK_FILESYSTEMS=y | 866 | CONFIG_NETWORK_FILESYSTEMS=y |
843 | CONFIG_NFS_FS=y | 867 | CONFIG_NFS_FS=y |
844 | # CONFIG_NFS_V3 is not set | 868 | # CONFIG_NFS_V3 is not set |
@@ -885,6 +909,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y | |||
885 | # CONFIG_ENABLE_MUST_CHECK is not set | 909 | # CONFIG_ENABLE_MUST_CHECK is not set |
886 | CONFIG_FRAME_WARN=1024 | 910 | CONFIG_FRAME_WARN=1024 |
887 | # CONFIG_MAGIC_SYSRQ is not set | 911 | # CONFIG_MAGIC_SYSRQ is not set |
912 | # CONFIG_STRIP_ASM_SYMS is not set | ||
888 | # CONFIG_UNUSED_SYMBOLS is not set | 913 | # CONFIG_UNUSED_SYMBOLS is not set |
889 | # CONFIG_DEBUG_FS is not set | 914 | # CONFIG_DEBUG_FS is not set |
890 | # CONFIG_HEADERS_CHECK is not set | 915 | # CONFIG_HEADERS_CHECK is not set |
@@ -894,8 +919,11 @@ CONFIG_FRAME_WARN=1024 | |||
894 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 919 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
895 | # CONFIG_LATENCYTOP is not set | 920 | # CONFIG_LATENCYTOP is not set |
896 | CONFIG_HAVE_FUNCTION_TRACER=y | 921 | CONFIG_HAVE_FUNCTION_TRACER=y |
922 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | ||
923 | CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y | ||
897 | CONFIG_HAVE_DYNAMIC_FTRACE=y | 924 | CONFIG_HAVE_DYNAMIC_FTRACE=y |
898 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | 925 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y |
926 | CONFIG_HAVE_SYSCALL_TRACEPOINTS=y | ||
899 | CONFIG_TRACING_SUPPORT=y | 927 | CONFIG_TRACING_SUPPORT=y |
900 | # CONFIG_FTRACE is not set | 928 | # CONFIG_FTRACE is not set |
901 | # CONFIG_DMA_API_DEBUG is not set | 929 | # CONFIG_DMA_API_DEBUG is not set |
@@ -903,6 +931,7 @@ CONFIG_TRACING_SUPPORT=y | |||
903 | CONFIG_HAVE_ARCH_KGDB=y | 931 | CONFIG_HAVE_ARCH_KGDB=y |
904 | # CONFIG_SH_STANDARD_BIOS is not set | 932 | # CONFIG_SH_STANDARD_BIOS is not set |
905 | # CONFIG_EARLY_SCIF_CONSOLE is not set | 933 | # CONFIG_EARLY_SCIF_CONSOLE is not set |
934 | # CONFIG_DWARF_UNWINDER is not set | ||
906 | 935 | ||
907 | # | 936 | # |
908 | # Security options | 937 | # Security options |
@@ -916,7 +945,6 @@ CONFIG_CRYPTO=y | |||
916 | # | 945 | # |
917 | # Crypto core or helper | 946 | # Crypto core or helper |
918 | # | 947 | # |
919 | # CONFIG_CRYPTO_FIPS is not set | ||
920 | # CONFIG_CRYPTO_MANAGER is not set | 948 | # CONFIG_CRYPTO_MANAGER is not set |
921 | # CONFIG_CRYPTO_MANAGER2 is not set | 949 | # CONFIG_CRYPTO_MANAGER2 is not set |
922 | # CONFIG_CRYPTO_GF128MUL is not set | 950 | # CONFIG_CRYPTO_GF128MUL is not set |
@@ -948,11 +976,13 @@ CONFIG_CRYPTO=y | |||
948 | # | 976 | # |
949 | # CONFIG_CRYPTO_HMAC is not set | 977 | # CONFIG_CRYPTO_HMAC is not set |
950 | # CONFIG_CRYPTO_XCBC is not set | 978 | # CONFIG_CRYPTO_XCBC is not set |
979 | # CONFIG_CRYPTO_VMAC is not set | ||
951 | 980 | ||
952 | # | 981 | # |
953 | # Digest | 982 | # Digest |
954 | # | 983 | # |
955 | # CONFIG_CRYPTO_CRC32C is not set | 984 | # CONFIG_CRYPTO_CRC32C is not set |
985 | # CONFIG_CRYPTO_GHASH is not set | ||
956 | # CONFIG_CRYPTO_MD4 is not set | 986 | # CONFIG_CRYPTO_MD4 is not set |
957 | # CONFIG_CRYPTO_MD5 is not set | 987 | # CONFIG_CRYPTO_MD5 is not set |
958 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 988 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
@@ -1016,5 +1046,6 @@ CONFIG_ZLIB_DEFLATE=y | |||
1016 | CONFIG_HAS_IOMEM=y | 1046 | CONFIG_HAS_IOMEM=y |
1017 | CONFIG_HAS_IOPORT=y | 1047 | CONFIG_HAS_IOPORT=y |
1018 | CONFIG_HAS_DMA=y | 1048 | CONFIG_HAS_DMA=y |
1049 | CONFIG_HAVE_LMB=y | ||
1019 | CONFIG_NLATTR=y | 1050 | CONFIG_NLATTR=y |
1020 | CONFIG_GENERIC_ATOMIC64=y | 1051 | CONFIG_GENERIC_ATOMIC64=y |