aboutsummaryrefslogtreecommitdiff
path: root/pdl/include/config.h
blob: b2d37705ab9b893ee9cd571c7177802b0414d180 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __PDL_CONFIG_H__
#define __PDL_CONFIG_H__

#ifdef CONFIG_SPL_BUILD
# define CONFIG_RDA_PDL1
#else
# define CONFIG_RDA_PDL2
#endif

#endif // __PDL_CONFIG_H__