Skip to content

Commit

Permalink
s390/configs: provide compat topic configuration target
Browse files Browse the repository at this point in the history
CONFIG_COMPAT is disabled by default, however compat code still needs to
be compile tested. Add a compat topic configuration target which allows to
enable it easily.

Acked-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
  • Loading branch information
Heiko Carstens committed Feb 9, 2024
1 parent 54be6c6 commit 7f8b81c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/s390/configs/compat.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Help: Enable compat support
CONFIG_COMPAT=y
CONFIG_COMPAT_32BIT_TIME=y

0 comments on commit 7f8b81c

Please sign in to comment.