blob: c4fa57d6e9e3f5866f7f076c4daf8cfb19c29ec9 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/mtd_nandecc_options.in; do not edit. */
2
3static const struct xlat mtd_nandecc_options[] = {
4#if defined(MTD_NANDECC_OFF) || (defined(HAVE_DECL_MTD_NANDECC_OFF) && HAVE_DECL_MTD_NANDECC_OFF)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MTD_NANDECC_OFF),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MTD_NANDECC_PLACE) || (defined(HAVE_DECL_MTD_NANDECC_PLACE) && HAVE_DECL_MTD_NANDECC_PLACE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MTD_NANDECC_PLACE),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(MTD_NANDECC_AUTOPLACE) || (defined(HAVE_DECL_MTD_NANDECC_AUTOPLACE) && HAVE_DECL_MTD_NANDECC_AUTOPLACE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(MTD_NANDECC_AUTOPLACE),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(MTD_NANDECC_PLACEONLY) || (defined(HAVE_DECL_MTD_NANDECC_PLACEONLY) && HAVE_DECL_MTD_NANDECC_PLACEONLY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(MTD_NANDECC_PLACEONLY),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(MTD_NANDECC_AUTOPL_USR) || (defined(HAVE_DECL_MTD_NANDECC_AUTOPL_USR) && HAVE_DECL_MTD_NANDECC_AUTOPL_USR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(MTD_NANDECC_AUTOPL_USR),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070019 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070020};