diff --git a/drivers/interconnect/debugfs-client.c b/drivers/interconnect/debugfs-client.c index bc3fd8a7b9eb..7d616cf85b3f 100644 --- a/drivers/interconnect/debugfs-client.c +++ b/drivers/interconnect/debugfs-client.c @@ -13,7 +13,7 @@ * configuration option for this feature. * People who want to use this will need to modify the source code directly. */ -#undef INTERCONNECT_ALLOW_WRITE_DEBUGFS +#define INTERCONNECT_ALLOW_WRITE_DEBUGFS #if defined(INTERCONNECT_ALLOW_WRITE_DEBUGFS) && defined(CONFIG_DEBUG_FS)