From 40d186df2dc94bcb1b8b0204f691678b9fa87466 Mon Sep 17 00:00:00 2001 From: Gabriel Ionescu Date: Tue, 20 Jun 2017 15:27:00 +0200 Subject: Kernel: Add specific ragments for disabling unnecessary features Signed-off-by: Gabriel Ionescu Signed-off-by: Adrian Dudau --- features/watchdog/watchdog_n.cfg | 1 + features/watchdog/watchdog_n.scc | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 features/watchdog/watchdog_n.cfg create mode 100644 features/watchdog/watchdog_n.scc (limited to 'features/watchdog') diff --git a/features/watchdog/watchdog_n.cfg b/features/watchdog/watchdog_n.cfg new file mode 100644 index 0000000..3d103ce --- /dev/null +++ b/features/watchdog/watchdog_n.cfg @@ -0,0 +1 @@ +CONFIG_WATCHDOG=n diff --git a/features/watchdog/watchdog_n.scc b/features/watchdog/watchdog_n.scc new file mode 100644 index 0000000..d394a3d --- /dev/null +++ b/features/watchdog/watchdog_n.scc @@ -0,0 +1,5 @@ +define KFEATURE_DESCRIPTION "Disable watchdog support" + +define KFEATURE_COMPATIBILITY all + +kconf hardware watchdog_n.cfg -- cgit v1.2.3-54-g00ecf