Skip to content

Commit

Permalink
fs/minix: Drop dependency on H8300
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
groeck committed Sep 17, 2013
1 parent 6f6f467 commit ca40e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/minix/Kconfig
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config MINIX_FS


config MINIX_FS_NATIVE_ENDIAN config MINIX_FS_NATIVE_ENDIAN
def_bool MINIX_FS 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 config MINIX_FS_BIG_ENDIAN_16BIT_INDEXED
def_bool MINIX_FS def_bool MINIX_FS
Expand Down

0 comments on commit ca40e29

Please sign in to comment.