summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-12-04 15:24:04 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-12-04 15:24:04 +0000
commit380a30ee5ef7306a975d99cc4cf201091b5f067a (patch)
treeb96da96b951efa815755dcce62a2338b3e4ef8f1
parent942daa2e0ae4f77d9495b88f0507bf5bf9a022b1 (diff)
downloadlinux-baserock/genivi/baseline-armv7-versatile.tar.gz
Fix kernel configuration by removing unwanted optionsbaserock/genivi/baseline-armv7-versatilebaserock/arm/versatile-af-bus
Most of these were accidentally introduced by merging the x86_64 morphology.
-rw-r--r--linux.morph37
1 files changed, 0 insertions, 37 deletions
diff --git a/linux.morph b/linux.morph
index a2d737b43b23..45874c347183 100644
--- a/linux.morph
+++ b/linux.morph
@@ -3,12 +3,6 @@
"kind": "chunk",
"configure-commands": [
"make ARCH=arm vexpress_defconfig",
- "make defconfig",
- "scripts/config -e PACKET",
- "scripts/config -e SATA_AHCI",
- "scripts/config -e ATA_GENERIC",
- "scripts/config -e HAVE_IDE",
- "scripts/config -d BLK_DEV_IDE_SATA",
"scripts/config -e BTRFS_FS",
"scripts/config -e BTRFS_FS_POSIX_ACL",
"scripts/config -d BTRFS_FS_CHECK_INTEGRITY",
@@ -21,37 +15,6 @@
"scripts/config -e IKCONFIG_PROC",
"scripts/config -e SECCOMP",
"scripts/config -d DEBUG_STACK_TRACE",
- "scripts/config -e EXT2_FS",
- "scripts/config -e EXT2_FS_XATTR",
- "scripts/config -e EXT2_FS_POSIX_ACL",
- "scripts/config -e EXT2_FS_SECURITY",
- "scripts/config -e EXT2_FS_XIP",
- "scripts/config -e EXT3_FS",
- "scripts/config -d EXT3_DEFAULTS_TO_ORDERED",
- "scripts/config -e EXT3_FS_XATTR",
- "scripts/config -e EXT3_FS_POSIX_ACL",
- "scripts/config -e EXT3_FS_SECURITY",
- "scripts/config -e EXT4_FS",
- "scripts/config -e EXT4_FS_XATTR",
- "scripts/config -e EXT4_FS_POSIX_ACL",
- "scripts/config -e EXT4_FS_SECURITY",
- "scripts/config -d EXT4_DEBUG",
- "scripts/config -d JBD_DEBUG",
- "scripts/config -d JBD2_DEBUG",
- "scripts/config -e BLK_DEV_LOOP",
- "scripts/config -d BLK_DEV_CRYPTOLOOP",
- "scripts/config --set-val BLK_DEV_LOOP_MIN_COUNT 8",
- "scripts/config -e VIRTIO",
- "scripts/config -e VIRTIO_RING",
- "scripts/config -e VIRTIO_PCI",
- "scripts/config -e VIRTIO_BALLOON",
- "scripts/config -e VIRTIO_BLK",
- "scripts/config -e VIRTIO_NET",
- "scripts/config -e VIRTIO_CONSOLE",
- "scripts/config -e HW_RANDOM_VIRTIO",
- "scripts/config -e R8169",
- "scripts/config -e 8139TOO",
- "scripts/config -e 8139CP",
"scripts/config -e CONFIG_USB",
"scripts/config -e CONFIG_USB_DEVICEFS",
"scripts/config -e CONFIG_USB_EHCI_HCD",