From 56d460182ec3b82f44e8e24b4764e85f275692cc Mon Sep 17 00:00:00 2001 From: t_jeang Date: Tue, 6 Jan 2009 12:06:02 +0000 Subject: [PATCH] Disable unnecessary drivers like sound, fb, video, dvb. --- buildconfigs/conf.linux/no-dvb-drivers | 1 + buildconfigs/conf.linux/no-misc-clutter | 24 ++++++++++++++++++++++++ buildconfigs/conf.linux/no-sound-drivers | 1 + buildconfigs/conf.linux/no-video-drivers | 1 + 4 files changed, 27 insertions(+) create mode 100644 buildconfigs/conf.linux/no-dvb-drivers create mode 100644 buildconfigs/conf.linux/no-misc-clutter create mode 100644 buildconfigs/conf.linux/no-sound-drivers create mode 100644 buildconfigs/conf.linux/no-video-drivers diff --git a/buildconfigs/conf.linux/no-dvb-drivers b/buildconfigs/conf.linux/no-dvb-drivers new file mode 100644 index 00000000..1f4cd3ee --- /dev/null +++ b/buildconfigs/conf.linux/no-dvb-drivers @@ -0,0 +1 @@ +# CONFIG_DVB is not set diff --git a/buildconfigs/conf.linux/no-misc-clutter b/buildconfigs/conf.linux/no-misc-clutter new file mode 100644 index 00000000..b38e569b --- /dev/null +++ b/buildconfigs/conf.linux/no-misc-clutter @@ -0,0 +1,24 @@ +# CONFIG_ATM is not set +# CONFIG_DECNET is not set +# CONFIG_IPX is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_ECONET is not set +# CONFIG_AX25 is not set +# CONFIG_HAM_RADIO is not set +# CONFIG_IRDA is not set +# CONFIG_BT is not set +# CONFIG_MTD is not set +# CONFIG_ARCNET is not set +# CONFIG_TR is not set +# CONFIG_WAN is not set +# CONFIG_WAN_ROUTER is not set +# CONFIG_ISDN is not set +# CONFIG_PHONE is not set +# CONFIG_PARIDE is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_GAMEPORT is not set +# CONFIG_MMC is not set +# CONFIG_NEW_LEDS is not set +# CONFIG_JFFS_FS is not set +# CONFIG_JFFS2_FS is not set diff --git a/buildconfigs/conf.linux/no-sound-drivers b/buildconfigs/conf.linux/no-sound-drivers new file mode 100644 index 00000000..c4f3666c --- /dev/null +++ b/buildconfigs/conf.linux/no-sound-drivers @@ -0,0 +1 @@ +# CONFIG_SOUND is not set diff --git a/buildconfigs/conf.linux/no-video-drivers b/buildconfigs/conf.linux/no-video-drivers new file mode 100644 index 00000000..73e05a63 --- /dev/null +++ b/buildconfigs/conf.linux/no-video-drivers @@ -0,0 +1 @@ +# CONFIG_VIDEO_DEV is not set -- 2.39.5