[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <70d91b0482e19d7551d3258ea54c970c1b996317.1627495116.git.ojaswin98@gmail.com>
Date: Thu, 29 Jul 2021 00:07:16 +0530
From: Ojaswin Mujoo <ojaswin98@...il.com>
To: nsaenz@...nel.org, gregkh@...uxfoundation.org,
stefan.wahren@...e.com
Cc: dan.carpenter@...cle.com, phil@...pberrypi.com,
linux-arm-kernel@...ts.infradead.org,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH 1/2] staging: vchiq: Set $CONFIG_VCHIQ_CDEV to be enabled by default
Before this config was defined, the cdev used to be created
unconditionally. When an earlier commit introduced this config, the
default behavior was set to disabled, which might surprise some
unsuspecting users. Hence, make this config default to 'Y' to be more
backward consistent.
Signed-off-by: Ojaswin Mujoo <ojaswin98@...il.com>
---
drivers/staging/vc04_services/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/vc04_services/Kconfig b/drivers/staging/vc04_services/Kconfig
index 63caa6818d37..2b70c37cdd09 100644
--- a/drivers/staging/vc04_services/Kconfig
+++ b/drivers/staging/vc04_services/Kconfig
@@ -23,6 +23,7 @@ if BCM2835_VCHIQ
config VCHIQ_CDEV
bool "VCHIQ Character Driver"
+ default y
help
Enable the creation of VCHIQ character driver to help
communicate with the Videocore platform.
--
2.25.1
Powered by blists - more mailing lists