aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2/mm/cacheflush.c
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <[email protected]>2018-11-07 10:36:26 +0800
committerLey Foon Tan <[email protected]>2019-03-07 05:29:35 +0800
commitd5dbb2e8ce6e19a56d14ed24a8e10c3fed5375b4 (patch)
tree3b00894a024781bd158becd0494ed746a493fae5 /arch/nios2/mm/cacheflush.c
parent0f8ed994575429d6042cf5d7ef70081c94091587 (diff)
nios2: remove redundant 'default n' from Kconfig-s
'default n' is the default value for any bool or tristate Kconfig setting so there is no need to write it explicitly. Also since commit f467c5640c29 ("kconfig: only write '# CONFIG_FOO is not set' for visible symbols") the Kconfig behavior is the same regardless of 'default n' being present or not: ... One side effect of (and the main motivation for) this change is making the following two definitions behave exactly the same: config FOO bool config FOO bool default n With this change, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]> Signed-off-by: Ley Foon Tan <[email protected]>
Diffstat (limited to 'arch/nios2/mm/cacheflush.c')
0 files changed, 0 insertions, 0 deletions