summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.cfg')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.cfg58
1 files changed, 0 insertions, 58 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.cfg b/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.cfg
deleted file mode 100644
index fe5b8823fb..0000000000
--- a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.cfg
+++ /dev/null
@@ -1,58 +0,0 @@
1# yocto-bsp-filename {{=machine}}.cfg
2CONFIG_X86_32=y
3# Must explicitly disable 64BIT
4# CONFIG_64BIT is not set
5
6CONFIG_MATOM=y
7CONFIG_PRINTK=y
8
9# Basic hardware support for the box - network, USB, PCI, sound
10CONFIG_NETDEVICES=y
11CONFIG_ATA=y
12CONFIG_ATA_GENERIC=y
13CONFIG_ATA_SFF=y
14CONFIG_PCI=y
15CONFIG_MMC=y
16CONFIG_MMC_SDHCI=y
17CONFIG_USB_SUPPORT=y
18CONFIG_USB=y
19CONFIG_USB_ARCH_HAS_EHCI=y
20CONFIG_R8169=y
21CONFIG_PATA_SCH=y
22CONFIG_MMC_SDHCI_PCI=y
23CONFIG_USB_EHCI_HCD=y
24CONFIG_PCIEPORTBUS=y
25CONFIG_NET=y
26CONFIG_USB_UHCI_HCD=y
27CONFIG_USB_OHCI_HCD=y
28CONFIG_BLK_DEV_SD=y
29CONFIG_CHR_DEV_SG=y
30CONFIG_SOUND=y
31CONFIG_SND=y
32CONFIG_SND_HDA_INTEL=y
33CONFIG_SATA_AHCI=y
34CONFIG_AGP=y
35CONFIG_PM=y
36CONFIG_ACPI=y
37CONFIG_BACKLIGHT_LCD_SUPPORT=y
38CONFIG_BACKLIGHT_CLASS_DEVICE=y
39CONFIG_INPUT=y
40
41# Make sure these are on, otherwise the bootup won't be fun
42CONFIG_EXT3_FS=y
43CONFIG_UNIX=y
44CONFIG_INET=y
45CONFIG_MODULES=y
46CONFIG_SHMEM=y
47CONFIG_TMPFS=y
48CONFIG_PACKET=y
49
50# Needed for booting (and using) USB memory sticks
51CONFIG_BLK_DEV_LOOP=y
52CONFIG_NLS_CODEPAGE_437=y
53CONFIG_NLS_ISO8859_1=y
54
55CONFIG_RD_GZIP=y
56
57# Needed for booting (and using) CD images
58CONFIG_BLK_DEV_SR=y