Skip to content

Commit 6245339

Browse files
committed
linux-x230-legacy.config: Disable network related option while leaving CONFIG_NET active (crypto need)
Since legacy boards do not have e1000e as opposed to maximized builds (no network), we also deactivate: +# CONFIG_INET is not set +# CONFIG_ETHTOOL_NETLINK is not set +# CONFIG_NETDEVICES is not set This makes gpg24 and newer flashrom bump possible
1 parent 14e7a76 commit 6245339

File tree

1 file changed

+7
-179
lines changed

1 file changed

+7
-179
lines changed

config/linux-x230-legacy.config

Lines changed: 7 additions & 179 deletions
Original file line numberDiff line numberDiff line change
@@ -722,41 +722,12 @@ CONFIG_PACKET=y
722722
CONFIG_UNIX=y
723723
CONFIG_UNIX_SCM=y
724724
# CONFIG_UNIX_DIAG is not set
725-
# CONFIG_TLS is not set
726-
# CONFIG_XFRM_USER is not set
727-
# CONFIG_NET_KEY is not set
728-
CONFIG_INET=y
729-
# CONFIG_IP_MULTICAST is not set
730-
# CONFIG_IP_ADVANCED_ROUTER is not set
731-
# CONFIG_IP_PNP is not set
732-
# CONFIG_NET_IPIP is not set
733-
# CONFIG_NET_IPGRE_DEMUX is not set
734-
CONFIG_SYN_COOKIES=y
735-
# CONFIG_NET_IPVTI is not set
736-
# CONFIG_NET_FOU is not set
737-
# CONFIG_INET_AH is not set
738-
# CONFIG_INET_ESP is not set
739-
# CONFIG_INET_IPCOMP is not set
740-
# CONFIG_INET_DIAG is not set
741-
# CONFIG_TCP_CONG_ADVANCED is not set
742-
CONFIG_TCP_CONG_CUBIC=y
743-
CONFIG_DEFAULT_TCP_CONG="cubic"
744-
# CONFIG_TCP_MD5SIG is not set
745-
# CONFIG_IPV6 is not set
746-
# CONFIG_MPTCP is not set
725+
# CONFIG_INET is not set
747726
# CONFIG_NETWORK_SECMARK is not set
748727
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
749728
# CONFIG_NETFILTER is not set
750-
# CONFIG_BPFILTER is not set
751-
# CONFIG_IP_DCCP is not set
752-
# CONFIG_IP_SCTP is not set
753-
# CONFIG_RDS is not set
754-
# CONFIG_TIPC is not set
755729
# CONFIG_ATM is not set
756-
# CONFIG_L2TP is not set
757730
# CONFIG_BRIDGE is not set
758-
CONFIG_HAVE_NET_DSA=y
759-
# CONFIG_NET_DSA is not set
760731
# CONFIG_VLAN_8021Q is not set
761732
# CONFIG_DECNET is not set
762733
# CONFIG_LLC2 is not set
@@ -768,16 +739,12 @@ CONFIG_HAVE_NET_DSA=y
768739
# CONFIG_NET_SCHED is not set
769740
# CONFIG_DCB is not set
770741
# CONFIG_BATMAN_ADV is not set
771-
# CONFIG_OPENVSWITCH is not set
772742
# CONFIG_VSOCKETS is not set
773743
# CONFIG_NETLINK_DIAG is not set
774744
# CONFIG_MPLS is not set
775745
# CONFIG_NET_NSH is not set
776746
# CONFIG_HSR is not set
777-
# CONFIG_NET_SWITCHDEV is not set
778-
# CONFIG_NET_L3_MASTER_DEV is not set
779747
# CONFIG_QRTR is not set
780-
# CONFIG_NET_NCSI is not set
781748
CONFIG_RPS=y
782749
CONFIG_RFS_ACCEL=y
783750
CONFIG_XPS=y
@@ -789,27 +756,23 @@ CONFIG_NET_FLOW_LIMIT=y
789756
#
790757
# Network testing
791758
#
792-
# CONFIG_NET_PKTGEN is not set
793759
# end of Network testing
794760
# end of Networking options
795761

796762
# CONFIG_HAMRADIO is not set
797763
# CONFIG_CAN is not set
798764
# CONFIG_BT is not set
799-
# CONFIG_AF_RXRPC is not set
800-
# CONFIG_AF_KCM is not set
801765
# CONFIG_WIRELESS is not set
802766
# CONFIG_WIMAX is not set
803767
# CONFIG_RFKILL is not set
804768
# CONFIG_NET_9P is not set
805769
# CONFIG_CAIF is not set
806-
# CONFIG_CEPH_LIB is not set
807770
# CONFIG_NFC is not set
808771
# CONFIG_PSAMPLE is not set
809772
# CONFIG_NET_IFE is not set
810773
# CONFIG_LWTUNNEL is not set
811774
# CONFIG_FAILOVER is not set
812-
CONFIG_ETHTOOL_NETLINK=y
775+
# CONFIG_ETHTOOL_NETLINK is not set
813776
CONFIG_HAVE_EBPF_JIT=y
814777

815778
#
@@ -938,7 +901,10 @@ CONFIG_CDROM=y
938901
CONFIG_BLK_DEV_LOOP=y
939902
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
940903
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
941-
# CONFIG_BLK_DEV_DRBD is not set
904+
905+
#
906+
# DRBD disabled because PROC_FS or INET not selected
907+
#
942908
# CONFIG_BLK_DEV_NBD is not set
943909
# CONFIG_BLK_DEV_SKD is not set
944910
# CONFIG_BLK_DEV_SX8 is not set
@@ -947,7 +913,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16
947913
CONFIG_BLK_DEV_RAM_SIZE=65536
948914
# CONFIG_CDROM_PKTCDVD is not set
949915
# CONFIG_ATA_OVER_ETH is not set
950-
# CONFIG_BLK_DEV_RBD is not set
951916
# CONFIG_BLK_DEV_RSXX is not set
952917

953918
#
@@ -1118,139 +1083,7 @@ CONFIG_DM_VERITY_FEC=y
11181083
# end of IEEE 1394 (FireWire) support
11191084

11201085
# CONFIG_MACINTOSH_DRIVERS is not set
1121-
CONFIG_NETDEVICES=y
1122-
CONFIG_NET_CORE=y
1123-
# CONFIG_BONDING is not set
1124-
# CONFIG_DUMMY is not set
1125-
# CONFIG_WIREGUARD is not set
1126-
# CONFIG_EQUALIZER is not set
1127-
# CONFIG_NET_FC is not set
1128-
# CONFIG_NET_TEAM is not set
1129-
# CONFIG_MACVLAN is not set
1130-
# CONFIG_IPVLAN is not set
1131-
# CONFIG_VXLAN is not set
1132-
# CONFIG_GENEVE is not set
1133-
# CONFIG_BAREUDP is not set
1134-
# CONFIG_GTP is not set
1135-
# CONFIG_MACSEC is not set
1136-
# CONFIG_NETCONSOLE is not set
1137-
# CONFIG_TUN is not set
1138-
# CONFIG_TUN_VNET_CROSS_LE is not set
1139-
# CONFIG_VETH is not set
1140-
# CONFIG_NLMON is not set
1141-
# CONFIG_ARCNET is not set
1142-
1143-
#
1144-
# Distributed Switch Architecture drivers
1145-
#
1146-
# end of Distributed Switch Architecture drivers
1147-
1148-
CONFIG_ETHERNET=y
1149-
# CONFIG_NET_VENDOR_3COM is not set
1150-
# CONFIG_NET_VENDOR_ADAPTEC is not set
1151-
# CONFIG_NET_VENDOR_AGERE is not set
1152-
# CONFIG_NET_VENDOR_ALACRITECH is not set
1153-
# CONFIG_NET_VENDOR_ALTEON is not set
1154-
# CONFIG_ALTERA_TSE is not set
1155-
# CONFIG_NET_VENDOR_AMAZON is not set
1156-
# CONFIG_NET_VENDOR_AMD is not set
1157-
# CONFIG_NET_VENDOR_AQUANTIA is not set
1158-
# CONFIG_NET_VENDOR_ARC is not set
1159-
# CONFIG_NET_VENDOR_ATHEROS is not set
1160-
# CONFIG_NET_VENDOR_AURORA is not set
1161-
# CONFIG_NET_VENDOR_BROADCOM is not set
1162-
# CONFIG_NET_VENDOR_BROCADE is not set
1163-
# CONFIG_NET_VENDOR_CADENCE is not set
1164-
# CONFIG_NET_VENDOR_CAVIUM is not set
1165-
# CONFIG_NET_VENDOR_CHELSIO is not set
1166-
# CONFIG_NET_VENDOR_CISCO is not set
1167-
# CONFIG_NET_VENDOR_CORTINA is not set
1168-
# CONFIG_CX_ECAT is not set
1169-
# CONFIG_DNET is not set
1170-
# CONFIG_NET_VENDOR_DEC is not set
1171-
# CONFIG_NET_VENDOR_DLINK is not set
1172-
# CONFIG_NET_VENDOR_EMULEX is not set
1173-
# CONFIG_NET_VENDOR_EZCHIP is not set
1174-
# CONFIG_NET_VENDOR_GOOGLE is not set
1175-
# CONFIG_NET_VENDOR_HUAWEI is not set
1176-
# CONFIG_NET_VENDOR_I825XX is not set
1177-
CONFIG_NET_VENDOR_INTEL=y
1178-
# CONFIG_E100 is not set
1179-
# CONFIG_E1000 is not set
1180-
CONFIG_E1000E=m
1181-
CONFIG_E1000E_HWTS=y
1182-
# CONFIG_IGB is not set
1183-
# CONFIG_IGBVF is not set
1184-
# CONFIG_IXGB is not set
1185-
# CONFIG_IXGBE is not set
1186-
# CONFIG_IXGBEVF is not set
1187-
# CONFIG_I40E is not set
1188-
# CONFIG_I40EVF is not set
1189-
# CONFIG_ICE is not set
1190-
# CONFIG_FM10K is not set
1191-
# CONFIG_IGC is not set
1192-
# CONFIG_JME is not set
1193-
# CONFIG_NET_VENDOR_MARVELL is not set
1194-
# CONFIG_NET_VENDOR_MELLANOX is not set
1195-
# CONFIG_NET_VENDOR_MICREL is not set
1196-
# CONFIG_NET_VENDOR_MICROCHIP is not set
1197-
# CONFIG_NET_VENDOR_MICROSEMI is not set
1198-
# CONFIG_NET_VENDOR_MYRI is not set
1199-
# CONFIG_FEALNX is not set
1200-
# CONFIG_NET_VENDOR_NATSEMI is not set
1201-
# CONFIG_NET_VENDOR_NETERION is not set
1202-
# CONFIG_NET_VENDOR_NETRONOME is not set
1203-
# CONFIG_NET_VENDOR_NI is not set
1204-
# CONFIG_NET_VENDOR_NVIDIA is not set
1205-
# CONFIG_NET_VENDOR_OKI is not set
1206-
# CONFIG_ETHOC is not set
1207-
# CONFIG_NET_VENDOR_PACKET_ENGINES is not set
1208-
# CONFIG_NET_VENDOR_PENSANDO is not set
1209-
# CONFIG_NET_VENDOR_QLOGIC is not set
1210-
# CONFIG_NET_VENDOR_QUALCOMM is not set
1211-
# CONFIG_NET_VENDOR_RDC is not set
1212-
# CONFIG_NET_VENDOR_REALTEK is not set
1213-
# CONFIG_NET_VENDOR_RENESAS is not set
1214-
# CONFIG_NET_VENDOR_ROCKER is not set
1215-
# CONFIG_NET_VENDOR_SAMSUNG is not set
1216-
# CONFIG_NET_VENDOR_SEEQ is not set
1217-
# CONFIG_NET_VENDOR_SOLARFLARE is not set
1218-
# CONFIG_NET_VENDOR_SILAN is not set
1219-
# CONFIG_NET_VENDOR_SIS is not set
1220-
# CONFIG_NET_VENDOR_SMSC is not set
1221-
# CONFIG_NET_VENDOR_SOCIONEXT is not set
1222-
# CONFIG_NET_VENDOR_STMICRO is not set
1223-
# CONFIG_NET_VENDOR_SUN is not set
1224-
# CONFIG_NET_VENDOR_SYNOPSYS is not set
1225-
# CONFIG_NET_VENDOR_TEHUTI is not set
1226-
# CONFIG_NET_VENDOR_TI is not set
1227-
# CONFIG_NET_VENDOR_VIA is not set
1228-
# CONFIG_NET_VENDOR_WIZNET is not set
1229-
# CONFIG_NET_VENDOR_XILINX is not set
1230-
# CONFIG_FDDI is not set
1231-
# CONFIG_HIPPI is not set
1232-
# CONFIG_NET_SB1000 is not set
1233-
# CONFIG_PHYLIB is not set
1234-
# CONFIG_MDIO_DEVICE is not set
1235-
1236-
#
1237-
# PCS device drivers
1238-
#
1239-
# end of PCS device drivers
1240-
1241-
# CONFIG_PPP is not set
1242-
# CONFIG_SLIP is not set
1243-
# CONFIG_USB_NET_DRIVERS is not set
1244-
# CONFIG_WLAN is not set
1245-
1246-
#
1247-
# Enable WiMAX (Networking options) to see the WiMAX drivers
1248-
#
1249-
# CONFIG_WAN is not set
1250-
# CONFIG_VMXNET3 is not set
1251-
# CONFIG_FUJITSU_ES is not set
1252-
# CONFIG_NET_FAILOVER is not set
1253-
# CONFIG_ISDN is not set
1086+
# CONFIG_NETDEVICES is not set
12541087
# CONFIG_NVM is not set
12551088

12561089
#
@@ -2124,7 +1957,6 @@ CONFIG_USB_STORAGE=m
21241957
# CONFIG_MEMSTICK is not set
21251958
# CONFIG_NEW_LEDS is not set
21261959
# CONFIG_ACCESSIBILITY is not set
2127-
# CONFIG_INFINIBAND is not set
21281960
CONFIG_EDAC_ATOMIC_SCRUB=y
21291961
CONFIG_EDAC_SUPPORT=y
21301962
CONFIG_RTC_LIB=y
@@ -2506,10 +2338,6 @@ CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
25062338

25072339
# CONFIG_MISC_FILESYSTEMS is not set
25082340
CONFIG_NETWORK_FILESYSTEMS=y
2509-
# CONFIG_CEPH_FS is not set
2510-
# CONFIG_CIFS is not set
2511-
# CONFIG_CODA_FS is not set
2512-
# CONFIG_AFS_FS is not set
25132341
CONFIG_NLS=y
25142342
CONFIG_NLS_DEFAULT="utf8"
25152343
CONFIG_NLS_CODEPAGE_437=y

0 commit comments

Comments
 (0)