seb diff examples/linux-4.9.13-scratch.conf @ rev 27

Small fix to seb and use default prebuilt kernel
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 13 19:56:17 2017 +0100 (2017-03-13)
parents e7d8e4a84d42
children
line diff
     1.1 --- a/examples/linux-4.9.13-scratch.conf	Wed Mar 08 00:57:02 2017 +0100
     1.2 +++ b/examples/linux-4.9.13-scratch.conf	Mon Mar 13 19:56:17 2017 +0100
     1.3 @@ -66,9 +66,11 @@
     1.4  CONFIG_DEFAULT_HOSTNAME="(none)"
     1.5  CONFIG_SWAP=y
     1.6  # CONFIG_SYSVIPC is not set
     1.7 +# CONFIG_POSIX_MQUEUE is not set
     1.8  # CONFIG_CROSS_MEMORY_ATTACH is not set
     1.9  # CONFIG_FHANDLE is not set
    1.10  # CONFIG_USELIB is not set
    1.11 +# CONFIG_AUDIT is not set
    1.12  CONFIG_HAVE_ARCH_AUDITSYSCALL=y
    1.13  
    1.14  #
    1.15 @@ -89,8 +91,10 @@
    1.16  #
    1.17  # Timers subsystem
    1.18  #
    1.19 -CONFIG_HZ_PERIODIC=y
    1.20 -# CONFIG_NO_HZ_IDLE is not set
    1.21 +CONFIG_TICK_ONESHOT=y
    1.22 +CONFIG_NO_HZ_COMMON=y
    1.23 +# CONFIG_HZ_PERIODIC is not set
    1.24 +CONFIG_NO_HZ_IDLE=y
    1.25  # CONFIG_NO_HZ is not set
    1.26  # CONFIG_HIGH_RES_TIMERS is not set
    1.27  
    1.28 @@ -99,6 +103,8 @@
    1.29  #
    1.30  CONFIG_TICK_CPU_ACCOUNTING=y
    1.31  # CONFIG_IRQ_TIME_ACCOUNTING is not set
    1.32 +# CONFIG_BSD_PROCESS_ACCT is not set
    1.33 +# CONFIG_TASKSTATS is not set
    1.34  
    1.35  #
    1.36  # RCU Subsystem
    1.37 @@ -112,9 +118,12 @@
    1.38  # CONFIG_RCU_EXPEDITE_BOOT is not set
    1.39  # CONFIG_BUILD_BIN2C is not set
    1.40  # CONFIG_IKCONFIG is not set
    1.41 +CONFIG_LOG_BUF_SHIFT=17
    1.42 +CONFIG_NMI_LOG_BUF_SHIFT=13
    1.43  CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
    1.44  # CONFIG_CGROUPS is not set
    1.45  # CONFIG_CHECKPOINT_RESTORE is not set
    1.46 +# CONFIG_NAMESPACES is not set
    1.47  # CONFIG_SCHED_AUTOGROUP is not set
    1.48  # CONFIG_SYSFS_DEPRECATED is not set
    1.49  # CONFIG_RELAY is not set
    1.50 @@ -133,13 +142,16 @@
    1.51  CONFIG_HAVE_UID16=y
    1.52  CONFIG_SYSCTL_EXCEPTION_TRACE=y
    1.53  CONFIG_HAVE_PCSPKR_PLATFORM=y
    1.54 +CONFIG_BPF=y
    1.55  CONFIG_EXPERT=y
    1.56 -# CONFIG_MULTIUSER is not set
    1.57 +CONFIG_UID16=y
    1.58 +CONFIG_MULTIUSER=y
    1.59  # CONFIG_SGETMASK_SYSCALL is not set
    1.60  # CONFIG_SYSFS_SYSCALL is not set
    1.61  # CONFIG_SYSCTL_SYSCALL is not set
    1.62  # CONFIG_KALLSYMS is not set
    1.63 -# CONFIG_PRINTK is not set
    1.64 +CONFIG_PRINTK=y
    1.65 +CONFIG_PRINTK_NMI=y
    1.66  # CONFIG_BUG is not set
    1.67  # CONFIG_PCSPKR_PLATFORM is not set
    1.68  # CONFIG_BASE_FULL is not set
    1.69 @@ -455,7 +467,136 @@
    1.70  # CONFIG_BINFMT_MISC is not set
    1.71  # CONFIG_COREDUMP is not set
    1.72  CONFIG_HAVE_ATOMIC_IOMAP=y
    1.73 -# CONFIG_NET is not set
    1.74 +CONFIG_NET=y
    1.75 +
    1.76 +#
    1.77 +# Networking options
    1.78 +#
    1.79 +CONFIG_PACKET=y
    1.80 +# CONFIG_PACKET_DIAG is not set
    1.81 +CONFIG_UNIX=y
    1.82 +# CONFIG_UNIX_DIAG is not set
    1.83 +CONFIG_XFRM=y
    1.84 +# CONFIG_XFRM_USER is not set
    1.85 +# CONFIG_XFRM_SUB_POLICY is not set
    1.86 +# CONFIG_XFRM_MIGRATE is not set
    1.87 +# CONFIG_XFRM_STATISTICS is not set
    1.88 +# CONFIG_NET_KEY is not set
    1.89 +CONFIG_INET=y
    1.90 +# CONFIG_IP_MULTICAST is not set
    1.91 +# CONFIG_IP_ADVANCED_ROUTER is not set
    1.92 +# CONFIG_IP_PNP is not set
    1.93 +# CONFIG_NET_IPIP is not set
    1.94 +# CONFIG_NET_IPGRE_DEMUX is not set
    1.95 +CONFIG_NET_IP_TUNNEL=y
    1.96 +# CONFIG_SYN_COOKIES is not set
    1.97 +# CONFIG_NET_IPVTI is not set
    1.98 +# CONFIG_NET_UDP_TUNNEL is not set
    1.99 +# CONFIG_NET_FOU is not set
   1.100 +# CONFIG_NET_FOU_IP_TUNNELS is not set
   1.101 +# CONFIG_INET_AH is not set
   1.102 +# CONFIG_INET_ESP is not set
   1.103 +# CONFIG_INET_IPCOMP is not set
   1.104 +# CONFIG_INET_XFRM_TUNNEL is not set
   1.105 +CONFIG_INET_TUNNEL=y
   1.106 +CONFIG_INET_XFRM_MODE_TRANSPORT=y
   1.107 +CONFIG_INET_XFRM_MODE_TUNNEL=y
   1.108 +CONFIG_INET_XFRM_MODE_BEET=y
   1.109 +CONFIG_INET_DIAG=y
   1.110 +CONFIG_INET_TCP_DIAG=y
   1.111 +# CONFIG_INET_UDP_DIAG is not set
   1.112 +# CONFIG_INET_DIAG_DESTROY is not set
   1.113 +# CONFIG_TCP_CONG_ADVANCED is not set
   1.114 +CONFIG_TCP_CONG_CUBIC=y
   1.115 +CONFIG_DEFAULT_TCP_CONG="cubic"
   1.116 +# CONFIG_TCP_MD5SIG is not set
   1.117 +CONFIG_IPV6=y
   1.118 +# CONFIG_IPV6_ROUTER_PREF is not set
   1.119 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
   1.120 +# CONFIG_INET6_AH is not set
   1.121 +# CONFIG_INET6_ESP is not set
   1.122 +# CONFIG_INET6_IPCOMP is not set
   1.123 +# CONFIG_IPV6_MIP6 is not set
   1.124 +# CONFIG_INET6_XFRM_TUNNEL is not set
   1.125 +# CONFIG_INET6_TUNNEL is not set
   1.126 +CONFIG_INET6_XFRM_MODE_TRANSPORT=y
   1.127 +CONFIG_INET6_XFRM_MODE_TUNNEL=y
   1.128 +CONFIG_INET6_XFRM_MODE_BEET=y
   1.129 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
   1.130 +# CONFIG_IPV6_VTI is not set
   1.131 +CONFIG_IPV6_SIT=y
   1.132 +# CONFIG_IPV6_SIT_6RD is not set
   1.133 +CONFIG_IPV6_NDISC_NODETYPE=y
   1.134 +# CONFIG_IPV6_TUNNEL is not set
   1.135 +# CONFIG_IPV6_FOU is not set
   1.136 +# CONFIG_IPV6_FOU_TUNNEL is not set
   1.137 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
   1.138 +# CONFIG_IPV6_MROUTE is not set
   1.139 +# CONFIG_NETWORK_SECMARK is not set
   1.140 +# CONFIG_NET_PTP_CLASSIFY is not set
   1.141 +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
   1.142 +# CONFIG_NETFILTER is not set
   1.143 +# CONFIG_IP_DCCP is not set
   1.144 +# CONFIG_IP_SCTP is not set
   1.145 +# CONFIG_RDS is not set
   1.146 +# CONFIG_TIPC is not set
   1.147 +# CONFIG_ATM is not set
   1.148 +# CONFIG_L2TP is not set
   1.149 +# CONFIG_BRIDGE is not set
   1.150 +# CONFIG_VLAN_8021Q is not set
   1.151 +# CONFIG_DECNET is not set
   1.152 +# CONFIG_LLC2 is not set
   1.153 +# CONFIG_IPX is not set
   1.154 +# CONFIG_ATALK is not set
   1.155 +# CONFIG_X25 is not set
   1.156 +# CONFIG_LAPB is not set
   1.157 +# CONFIG_PHONET is not set
   1.158 +# CONFIG_6LOWPAN is not set
   1.159 +# CONFIG_IEEE802154 is not set
   1.160 +# CONFIG_NET_SCHED is not set
   1.161 +# CONFIG_DCB is not set
   1.162 +# CONFIG_BATMAN_ADV is not set
   1.163 +# CONFIG_OPENVSWITCH is not set
   1.164 +# CONFIG_VSOCKETS is not set
   1.165 +# CONFIG_NETLINK_DIAG is not set
   1.166 +# CONFIG_MPLS is not set
   1.167 +# CONFIG_HSR is not set
   1.168 +# CONFIG_NET_SWITCHDEV is not set
   1.169 +# CONFIG_NET_L3_MASTER_DEV is not set
   1.170 +# CONFIG_NET_NCSI is not set
   1.171 +# CONFIG_SOCK_CGROUP_DATA is not set
   1.172 +CONFIG_NET_RX_BUSY_POLL=y
   1.173 +CONFIG_BQL=y
   1.174 +
   1.175 +#
   1.176 +# Network testing
   1.177 +#
   1.178 +# CONFIG_NET_PKTGEN is not set
   1.179 +# CONFIG_HAMRADIO is not set
   1.180 +# CONFIG_CAN is not set
   1.181 +# CONFIG_IRDA is not set
   1.182 +# CONFIG_BT is not set
   1.183 +# CONFIG_AF_RXRPC is not set
   1.184 +# CONFIG_AF_KCM is not set
   1.185 +# CONFIG_STREAM_PARSER is not set
   1.186 +CONFIG_WIRELESS=y
   1.187 +# CONFIG_CFG80211 is not set
   1.188 +# CONFIG_LIB80211 is not set
   1.189 +
   1.190 +#
   1.191 +# CFG80211 needs to be enabled for MAC80211
   1.192 +#
   1.193 +CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
   1.194 +# CONFIG_WIMAX is not set
   1.195 +# CONFIG_RFKILL is not set
   1.196 +# CONFIG_NET_9P is not set
   1.197 +# CONFIG_CAIF is not set
   1.198 +# CONFIG_CEPH_LIB is not set
   1.199 +# CONFIG_NFC is not set
   1.200 +# CONFIG_LWTUNNEL is not set
   1.201 +CONFIG_DST_CACHE=y
   1.202 +# CONFIG_NET_DEVLINK is not set
   1.203 +CONFIG_MAY_USE_DEVLINK=y
   1.204  
   1.205  #
   1.206  # Device Drivers
   1.207 @@ -482,6 +623,7 @@
   1.208  #
   1.209  # Bus devices
   1.210  #
   1.211 +# CONFIG_CONNECTOR is not set
   1.212  # CONFIG_MTD is not set
   1.213  # CONFIG_OF is not set
   1.214  CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
   1.215 @@ -493,13 +635,13 @@
   1.216  CONFIG_BLK_DEV_LOOP=y
   1.217  CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
   1.218  # CONFIG_BLK_DEV_CRYPTOLOOP is not set
   1.219 -
   1.220 -#
   1.221 -# DRBD disabled because PROC_FS or INET not selected
   1.222 -#
   1.223 +# CONFIG_BLK_DEV_DRBD is not set
   1.224 +# CONFIG_BLK_DEV_NBD is not set
   1.225  # CONFIG_BLK_DEV_RAM is not set
   1.226  # CONFIG_CDROM_PKTCDVD is not set
   1.227 +# CONFIG_ATA_OVER_ETH is not set
   1.228  # CONFIG_BLK_DEV_HD is not set
   1.229 +# CONFIG_BLK_DEV_RBD is not set
   1.230  
   1.231  #
   1.232  # Misc devices
   1.233 @@ -567,9 +709,11 @@
   1.234  # CONFIG_RAID_ATTRS is not set
   1.235  # CONFIG_SCSI is not set
   1.236  # CONFIG_SCSI_DMA is not set
   1.237 +# CONFIG_SCSI_NETLINK is not set
   1.238  # CONFIG_ATA is not set
   1.239  # CONFIG_MD is not set
   1.240  # CONFIG_MACINTOSH_DRIVERS is not set
   1.241 +# CONFIG_NETDEVICES is not set
   1.242  # CONFIG_NVM is not set
   1.243  
   1.244  #
   1.245 @@ -652,6 +796,7 @@
   1.246  CONFIG_LEGACY_PTYS=y
   1.247  CONFIG_LEGACY_PTY_COUNT=100
   1.248  # CONFIG_SERIAL_NONSTANDARD is not set
   1.249 +# CONFIG_N_GSM is not set
   1.250  # CONFIG_TRACE_SINK is not set
   1.251  # CONFIG_DEVMEM is not set
   1.252  # CONFIG_DEVKMEM is not set
   1.253 @@ -704,10 +849,12 @@
   1.254  #
   1.255  # PTP clock support
   1.256  #
   1.257 +# CONFIG_PTP_1588_CLOCK is not set
   1.258  
   1.259  #
   1.260  # Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
   1.261  #
   1.262 +# CONFIG_PTP_1588_CLOCK_PCH is not set
   1.263  # CONFIG_GPIOLIB is not set
   1.264  # CONFIG_W1 is not set
   1.265  # CONFIG_POWER_AVS is not set
   1.266 @@ -1024,6 +1171,12 @@
   1.267  # CONFIG_HUGETLB_PAGE is not set
   1.268  # CONFIG_CONFIGFS_FS is not set
   1.269  # CONFIG_MISC_FILESYSTEMS is not set
   1.270 +CONFIG_NETWORK_FILESYSTEMS=y
   1.271 +# CONFIG_CEPH_FS is not set
   1.272 +# CONFIG_CIFS is not set
   1.273 +# CONFIG_NCP_FS is not set
   1.274 +# CONFIG_CODA_FS is not set
   1.275 +# CONFIG_AFS_FS is not set
   1.276  # CONFIG_NLS is not set
   1.277  
   1.278  #
   1.279 @@ -1034,7 +1187,9 @@
   1.280  #
   1.281  # printk and dmesg options
   1.282  #
   1.283 +# CONFIG_PRINTK_TIME is not set
   1.284  CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
   1.285 +# CONFIG_BOOT_PRINTK_DELAY is not set
   1.286  
   1.287  #
   1.288  # Compile-time checks and compiler options
   1.289 @@ -1088,7 +1243,7 @@
   1.290  # CONFIG_PANIC_ON_OOPS is not set
   1.291  CONFIG_PANIC_ON_OOPS_VALUE=0
   1.292  CONFIG_PANIC_TIMEOUT=0
   1.293 -CONFIG_SCHED_DEBUG=y
   1.294 +# CONFIG_SCHED_DEBUG is not set
   1.295  # CONFIG_SCHED_INFO is not set
   1.296  # CONFIG_SCHEDSTATS is not set
   1.297  # CONFIG_SCHED_STACK_END_CHECK is not set
   1.298 @@ -1197,6 +1352,7 @@
   1.299  #
   1.300  # CONFIG_KEYS is not set
   1.301  # CONFIG_SECURITY_DMESG_RESTRICT is not set
   1.302 +# CONFIG_SECURITY is not set
   1.303  # CONFIG_SECURITYFS is not set
   1.304  CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
   1.305  CONFIG_HAVE_ARCH_HARDENED_USERCOPY=y
   1.306 @@ -1225,6 +1381,7 @@
   1.307  # CONFIG_CRYPTO_ECDH is not set
   1.308  CONFIG_CRYPTO_MANAGER=y
   1.309  CONFIG_CRYPTO_MANAGER2=y
   1.310 +# CONFIG_CRYPTO_USER is not set
   1.311  CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
   1.312  # CONFIG_CRYPTO_GF128MUL is not set
   1.313  CONFIG_CRYPTO_NULL=y
   1.314 @@ -1290,7 +1447,7 @@
   1.315  #
   1.316  # Ciphers
   1.317  #
   1.318 -# CONFIG_CRYPTO_AES is not set
   1.319 +CONFIG_CRYPTO_AES=y
   1.320  # CONFIG_CRYPTO_AES_586 is not set
   1.321  # CONFIG_CRYPTO_AES_NI_INTEL is not set
   1.322  # CONFIG_CRYPTO_ANUBIS is not set
   1.323 @@ -1330,6 +1487,10 @@
   1.324  # CONFIG_CRYPTO_DRBG_HASH is not set
   1.325  CONFIG_CRYPTO_DRBG=y
   1.326  CONFIG_CRYPTO_JITTERENTROPY=y
   1.327 +# CONFIG_CRYPTO_USER_API_HASH is not set
   1.328 +# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
   1.329 +# CONFIG_CRYPTO_USER_API_RNG is not set
   1.330 +# CONFIG_CRYPTO_USER_API_AEAD is not set
   1.331  CONFIG_CRYPTO_HW=y
   1.332  # CONFIG_CRYPTO_DEV_PADLOCK is not set
   1.333  
   1.334 @@ -1347,6 +1508,7 @@
   1.335  # CONFIG_HAVE_ARCH_BITREVERSE is not set
   1.336  CONFIG_GENERIC_STRNCPY_FROM_USER=y
   1.337  CONFIG_GENERIC_STRNLEN_USER=y
   1.338 +CONFIG_GENERIC_NET_UTILS=y
   1.339  CONFIG_GENERIC_FIND_FIRST_BIT=y
   1.340  CONFIG_GENERIC_PCI_IOMAP=y
   1.341  CONFIG_GENERIC_IOMAP=y
   1.342 @@ -1383,6 +1545,8 @@
   1.343  CONFIG_HAS_IOMEM=y
   1.344  CONFIG_HAS_IOPORT_MAP=y
   1.345  CONFIG_HAS_DMA=y
   1.346 +CONFIG_DQL=y
   1.347 +CONFIG_NLATTR=y
   1.348  # CONFIG_CORDIC is not set
   1.349  # CONFIG_DDR is not set
   1.350  # CONFIG_IRQ_POLL is not set