diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-08-30 09:52:51 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-09-16 18:20:25 -0700 |
commit | ca40e295018f7df46c7b8a12c3e82b88418322fb (patch) | |
tree | 2c1e25849526fe71ed5d202eba39c6fec138d98b /fs/minix/Kconfig | |
parent | 6f6f467eaaa0ac4fb77714d0172d65c781dabb8c (diff) | |
download | op-kernel-dev-ca40e295018f7df46c7b8a12c3e82b88418322fb.zip op-kernel-dev-ca40e295018f7df46c7b8a12c3e82b88418322fb.tar.gz |
fs/minix: Drop dependency on H8300
The H8/300 architecture is gone. Drop dependencies on it.
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'fs/minix/Kconfig')
-rw-r--r-- | fs/minix/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/minix/Kconfig b/fs/minix/Kconfig index 6624684..f2a0cfc 100644 --- a/fs/minix/Kconfig +++ b/fs/minix/Kconfig @@ -18,7 +18,7 @@ config MINIX_FS config MINIX_FS_NATIVE_ENDIAN def_bool MINIX_FS - depends on H8300 || M32R || MICROBLAZE || MIPS || S390 || SUPERH || SPARC || XTENSA || (M68K && !MMU) + depends on M32R || MICROBLAZE || MIPS || S390 || SUPERH || SPARC || XTENSA || (M68K && !MMU) config MINIX_FS_BIG_ENDIAN_16BIT_INDEXED def_bool MINIX_FS |