diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2019-01-14 23:18:56 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-22 04:21:44 -0500 |
commit | 666047fe2a4c9e1bc255ca0549d825b40832886c (patch) | |
tree | a21b7111e9252529f9abcc756a373d8c199f1d1e /arch/Kconfig | |
parent | 109b3a89a7c48405d61a05d7a1720581a4f1574c (diff) |
m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS
Atari RTC NVRAM uses a checksum so implement the remaining arch_nvram_ops
methods for the set_checksum and initialize ioctls. Enable
CONFIG_HAVE_ARCH_NVRAM_OPS.
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 4cfb6de48f79..87393fb8141c 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -701,6 +701,9 @@ config HAVE_ARCH_HASH | |||
701 | file which provides platform-specific implementations of some | 701 | file which provides platform-specific implementations of some |
702 | functions in <linux/hash.h> or fs/namei.c. | 702 | functions in <linux/hash.h> or fs/namei.c. |
703 | 703 | ||
704 | config HAVE_ARCH_NVRAM_OPS | ||
705 | bool | ||
706 | |||
704 | config ISA_BUS_API | 707 | config ISA_BUS_API |
705 | def_bool ISA | 708 | def_bool ISA |
706 | 709 | ||