Add out-of-tree module information for tizen 91/268791/1 tizen_7.0
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 3 Jan 2022 04:20:03 +0000 (13:20 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 3 Jan 2022 04:20:06 +0000 (13:20 +0900)
For dlog logger backend and stability-monitor support, out-of-tree
tizen kernel modules are required. Add the out-of-tree modules
information.

Change-Id: I0e86cc717573ca77fc5ffacbda60760ee9540d99
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
tizen/tizen_defconfig

index 3ae7194..57d99dd 100644 (file)
@@ -275,12 +275,8 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 
 # 4. dlog
 # Ref. https://wiki.tizen.org/3.0_Porting_Guide/System#dlog
-
-CONFIG_ANDROID=y
-CONFIG_STAGING=y
-CONFIG_ANDROID_LOGGER=y
-
-CONFIG_MULTIPLE_KMSG=y
+# for logger kernel module backend, build out-of-tree logger modules
+# from platform/kernel/linux-tizen-modules-source
 
 
 # 5. resourced
@@ -772,3 +768,8 @@ CONFIG_IP_VS=y
 CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
 CONFIG_NETFILTER_XT_MATCH_IPVS=y
 CONFIG_VETH=y
+
+
+# 14. stability-monitor
+# build out-of-tree proc-tsm modules
+# from platform/kernel/linux-tizen-modules-source